Commit 0e1fdd66 by BellCodeEditor

auto save

parent a634f2c0
Showing with 1 additions and 0 deletions
...@@ -27,6 +27,7 @@ hero = [pygame.image.load('hero1.png'), ...@@ -27,6 +27,7 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero5.png')] pygame.image.load('hero5.png')]
index = 0 index = 0
y = 400 y = 400
time=0
jumpState = "runing" jumpState = "runing"
t = 30 t = 30
obstacle = Block(bush,stone,cacti) obstacle = Block(bush,stone,cacti)
......
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