Commit 0aafbb1d by BellCodeEditor

auto save

parent d385dad0
Showing with 4 additions and 4 deletions
......@@ -32,13 +32,13 @@ while True:
if jump = "up":
if y>150:
y -= 5
else:
jump = "down"
else:
jump = "down"
if jump = "down":
if y<400:
y += 5
else:
jump = "running"
else:
jump = "running"
uokong = hero[index]
......
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