Commit bfd40c5a by BellCodeEditor

save project

parent 12320944
Showing with 2 additions and 0 deletions
...@@ -22,7 +22,9 @@ hero = [pygame.image.load('hero1.png'), ...@@ -22,7 +22,9 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero5.png'),] pygame.image.load('hero5.png'),]
index = 0 index = 0
jumpState = "rening" jumpState = "rening"
y = 400
t = 30 t = 30
obstacle = random.choice([bush,stone,cacti]) obstacle = random.choice([bush,stone,cacti])
rect = obstacle.get_rect() rect = obstacle.get_rect()
rect.x = 1000 rect.x = 1000
......
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