Commit e66bd55a by BellCodeEditor

save project

parent 0bca1e77
Showing with 2 additions and 2 deletions
...@@ -35,13 +35,13 @@ while True: ...@@ -35,13 +35,13 @@ while True:
if q == 2: if q == 2:
if t >= 0: if t >= 0:
y-=t y-=t
t-=5 t-=2
else: else:
q=3 q=3
if q == 3: if q == 3:
if t <= 30: if t <= 30:
y+=t y+=t
t+=5 t+=2
else: else:
q=1 q=1
y=400 y=400
......
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