rysowanie planszy przed pierwszym ruchem

This commit is contained in:
Adam Osiowy 2020-04-26 14:19:19 +02:00
parent 9c093c028e
commit e7d7d307e2

View File

@ -69,8 +69,7 @@ def game():
if event.key == pygame.K_DOWN:
obiekty["smieciarka"].w_dol()
#obiekty["smieciarka"].rand_move()
rysowaniePlanszy(obiekty)
while(temp):
obiekty["smieciarka"].astar_move(obiekty)
temp = False