states #18

Merged
s473616 merged 4 commits from states into master 2023-04-22 12:12:33 +02:00
5 changed files with 1 additions and 1 deletions
Showing only changes of commit ac19577346 - Show all commits

BIN
imgs/dust_car_down.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 751 B

After

Width:  |  Height:  |  Size: 751 B

BIN
imgs/dust_car_right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

BIN
imgs/dust_car_up.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -9,7 +9,7 @@ pygame.init()
canvas = pygame.display.set_mode((800, 800))
pygame.display.set_caption("Inteligentna śmieciarka")
dust_car_pil = Image.open('imgs/dust_car.png')
dust_car_pil = Image.open('imgs/dust_car_right.png')
game_context = GameContext()
game_context.dust_car_pil = dust_car_pil