rename stick man file
This commit is contained in:
parent
853b025a84
commit
b8b2e5e319
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
2
main.py
2
main.py
@ -9,7 +9,7 @@ pygame.init()
|
|||||||
canvas = pygame.display.set_mode((800, 800))
|
canvas = pygame.display.set_mode((800, 800))
|
||||||
|
|
||||||
pygame.display.set_caption("Inteligentna śmieciarka")
|
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 = GameContext()
|
||||||
game_context.stick_man_pil = stick_man_pil
|
game_context.stick_man_pil = stick_man_pil
|
||||||
|
Loading…
Reference in New Issue
Block a user