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
|
||||
|
||||
def move(self, map):
|
||||
print(self.direction)
|
||||
if self.direction == 180:
|
||||
return self.move_up(map)
|
||||
if self.direction == 0:
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user