Commit 3002ac33 by BellCodeEditor

save project

parent ba571fd8
Showing with 1 additions and 1 deletions
...@@ -37,7 +37,7 @@ while True: ...@@ -37,7 +37,7 @@ while True:
jumpstate = 'down' jumpstate = 'down'
if jumpstate == 'down': if jumpstate == 'down':
if y < 400: if y < 400:
y+=5 y+=30
else: else:
jumpstate = 'running' jumpstate = 'running'
......
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