Commit f61936b5 by BellCodeEditor

auto save

parent 174d67e5
Showing with 11 additions and 1 deletions
...@@ -40,8 +40,18 @@ while True: ...@@ -40,8 +40,18 @@ while True:
y+=5 y+=5
else: else:
jumpstate="running" jumpstate="running"
t=30
while True:
if jumpstate == "up":
if t>0:
y-=t
else:
jumpstate="down":
if t<30
else:
......
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