Commit 0aafbb1d by BellCodeEditor

auto save

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