Commit b36716f9 by BellCodeEditor

save project

parent 82f7202e
Showing with 6 additions and 1 deletions
...@@ -33,7 +33,12 @@ while True: ...@@ -33,7 +33,12 @@ while True:
if y > 150: if y > 150:
y -= 5 y -= 5
else: else:
jumpstate = "down" jumpstate = "down"
if jumpstate == "down"
if y < 400:
y += 5
else:
jumpstate = "runing"
wukong=hero[index] wukong=hero[index]
......
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