Commit 185a1104 by BellCodeEditor

save project

parent 8443d0a7
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ while True: ...@@ -30,7 +30,7 @@ while True:
jump_state = "up" jump_state = "up"
if jump_state =="up": if jump_state =="up":
if y>150: if y>150:
y-=7 y-=7
else: else:
jump_state="down" jump_state="down"
if jump_state =="down": if jump_state =="down":
......
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