Commit ee51c5e0 by BellCodeEditor

save project

parent 8e30b532
Showing with 9 additions and 1 deletions
...@@ -18,9 +18,17 @@ hero = pygame.image.load('hero1.png') ...@@ -18,9 +18,17 @@ hero = pygame.image.load('hero1.png')
pygame.image.load('hero4.png') pygame.image.load('hero4.png')
pygame.image.load('hero5.png') pygame.image.load('hero5.png')
index = 0 index = 0
jumpState="runping"
y=400 y=400
jumpState="runping"
t=30 t=30
while True:
obstacle = random.choice([bush,stone,caati])
ract = obstacle.get_rect()
rect.x =1000
rect.y = 500 - rect.height
......
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