rysowanie planszy przed pierwszym ruchem
This commit is contained in:
parent
9c093c028e
commit
e7d7d307e2
3
game.py
3
game.py
@ -69,8 +69,7 @@ def game():
|
|||||||
if event.key == pygame.K_DOWN:
|
if event.key == pygame.K_DOWN:
|
||||||
obiekty["smieciarka"].w_dol()
|
obiekty["smieciarka"].w_dol()
|
||||||
|
|
||||||
|
rysowaniePlanszy(obiekty)
|
||||||
#obiekty["smieciarka"].rand_move()
|
|
||||||
while(temp):
|
while(temp):
|
||||||
obiekty["smieciarka"].astar_move(obiekty)
|
obiekty["smieciarka"].astar_move(obiekty)
|
||||||
temp = False
|
temp = False
|
||||||
|
Loading…
Reference in New Issue
Block a user