Commit 86c8029f by BellCodeEditor

auto save

parent e6079d0c
Showing with 1 additions and 0 deletions
......@@ -37,6 +37,7 @@ while True:
if event.key == locals.K_SPACE:
jumpState = "up"
if jumpState == "up": # 起跳状态
if t > 0:
y -= t
......
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