Commit 2a3ea5c2 by BellCodeEditor

save project

parent 9a95ade7
Showing with 2 additions and 2 deletions
...@@ -31,12 +31,12 @@ while True: ...@@ -31,12 +31,12 @@ while True:
jumpstate = "up" jumpstate = "up"
if jumpstate == "up": if jumpstate == "up":
if y>150: if y>150:
y-=3 y-=0.5
else: else:
jumpstate = "down" jumpstate = "down"
if jumpstate == "down": if jumpstate == "down":
if y<400: if y<400:
y+=3 y+=0.5
wukong = hero[index] wukong = hero[index]
index += 1 index += 1
if index == 5: if index == 5:
......
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