Route_planning_bfs #2

Merged
s481894 merged 12 commits from Route_planning_bfs into master 2024-04-20 14:51:35 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 75b3ca043a - Show all commits

View File

@ -44,7 +44,7 @@ class Tile:
self.image = "resources/images/dirt.png"
self.photo = "resources/images/background.jpg"
ground = self.ground
if ground.obstacle and (self.x, self.y) != (170,100): #warunek po and do zmiany
if ground.obstacle and self.x != 170 and self.y != 100: #warunek po and do zmiany
self.image = "resources/images/rock_dirt.png"