Commit 70f31922 by BellCodeEditor

save project

parent 6b0aa87a
Showing with 2 additions and 2 deletions
......@@ -18,7 +18,7 @@ hero = [pygame.image.load('hero1.png'),
pygame.image.load('hero4.png'),
pygame.image.load('hero5.png')]
index = 0
y=360
y=400
q=1
t=30
while True:
......@@ -44,7 +44,7 @@ while True:
t+=5
else:
q=1
y+=40
y=400
a=hero[index]
index += 1
......
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