Commit 2a3ea5c2 by BellCodeEditor

save project

parent 9a95ade7
Showing with 2 additions and 2 deletions
......@@ -31,12 +31,12 @@ while True:
jumpstate = "up"
if jumpstate == "up":
if y>150:
y-=3
y-=0.5
else:
jumpstate = "down"
if jumpstate == "down":
if y<400:
y+=3
y+=0.5
wukong = hero[index]
index += 1
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