Commit 86c8029f by BellCodeEditor

auto save

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