Commit 1f8cee13 by BellCodeEditor

save project

parent f7b2a07c
Showing with 2 additions and 1 deletions
...@@ -18,7 +18,8 @@ hero = [pygame.image.load('hero1.png'), ...@@ -18,7 +18,8 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero3.png'), pygame.image.load('hero3.png'),
pygame.image.load('hero4.png'), pygame.image.load('hero4.png'),
pygame.image.load('hero5.png')] pygame.image.load('hero5.png')]
index = 0 class
index = 0
y = 400 y = 400
jumpState = "runing" jumpState = "runing"
t = 30 t = 30
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment