add dust car rotation imgs

This commit is contained in:
Pawel Felcyn 2023-04-22 11:45:32 +02:00
parent bdd5d1defb
commit ac19577346
5 changed files with 1 additions and 1 deletions

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