add dust car rotation imgs
This commit is contained in:
parent
bdd5d1defb
commit
ac19577346
BIN
imgs/dust_car_down.png
Normal file
BIN
imgs/dust_car_down.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 751 B After Width: | Height: | Size: 751 B |
BIN
imgs/dust_car_right.png
Normal file
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
BIN
imgs/dust_car_up.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2
main.py
2
main.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user