forked from s444413/projekt_sztuczna_int
removed print
This commit is contained in:
parent
75d72c701e
commit
5024860e40
@ -32,7 +32,6 @@ class Truck:
|
|||||||
self.direction = (self.direction - 90) % 360
|
self.direction = (self.direction - 90) % 360
|
||||||
|
|
||||||
def move(self, map):
|
def move(self, map):
|
||||||
print(self.direction)
|
|
||||||
if self.direction == 180:
|
if self.direction == 180:
|
||||||
return self.move_up(map)
|
return self.move_up(map)
|
||||||
if self.direction == 0:
|
if self.direction == 0:
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user