Commit 3ebe9b57 by BellCodeEditor

auto save

parent 5a0fe1d8
Showing with 1 additions and 1 deletions
......@@ -34,7 +34,7 @@ while True:
y -= 5
else:
jumpState = "down"
if jumpState == "down":
if jumState == "down":
if y < 400:
y += 5
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