Commit d601274a by BellCodeEditor

save project

parent 55021122
Showing with 5 additions and 0 deletions
......@@ -34,6 +34,11 @@ while True:
y-= 5
else:
jumpState= "down"
if jumpState== "down":
if y >400:
y+= 5
else:
jumpState= "runing"
wukong=herohero[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