Commit d601274a by BellCodeEditor

save project

parent 55021122
Showing with 6 additions and 1 deletions
......@@ -33,7 +33,12 @@ while True:
if y >150:
y-= 5
else:
jumpState= "down"
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