rename stick man file

This commit is contained in:
Pawel Felcyn 2023-03-12 16:49:32 +01:00
parent 853b025a84
commit b8b2e5e319
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -9,7 +9,7 @@ pygame.init()
canvas = pygame.display.set_mode((800, 800))
pygame.display.set_caption("Inteligentna śmieciarka")
stick_man_pil = Image.open('imgs/sickMan.jpg')
stick_man_pil = Image.open('imgs/stickMan.jpg')
game_context = GameContext()
game_context.stick_man_pil = stick_man_pil