Commit cd151910 by BellCodeEditor

save project

parent 579cda97
Showing with 1 additions and 1 deletions
......@@ -36,7 +36,7 @@ while True:
else:
jumpState='down'
if jumpState=='down':
if y<30:
if t<30:
y += t
t += 2
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