Commit b132f094 by BellCodeEditor

save project

parent 6f28b851
Showing with 3 additions and 3 deletions
......@@ -32,14 +32,14 @@ while True:
jumpState="up"
if jumpState=="up":
if y > 150:
y+=5
y-=5
else:
jumpState="down"
if jumpState=="updown":
if jumpState=="down":
if y < 400:
y+=5
else:
jumpState="up"
jumpState="running"
wukong=hero[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