Commit af91a787 by BellCodeEditor

save project

parent a11d536a
Showing with 3 additions and 1 deletions
...@@ -36,9 +36,11 @@ while True: ...@@ -36,9 +36,11 @@ while True:
jumpState="down" jumpState="down"
if jumpState=="down": if jumpState=="down":
if t<=30 if t<=30
y+=5 y+=t
t+=2
else: else:
jumpState="running" jumpState="running"
t=30
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