movement #3

Merged
s473616 merged 4 commits from movement into master 2023-03-12 16:51:41 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit b8b2e5e319 - Show all commits

View File

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