Commit 8b42101a by BellCodeEditor

save project

parent 5296eb40
Showing with 4 additions and 0 deletions
......@@ -59,6 +59,10 @@ while True:
ed = 24
if event.key == locals.K_0:
ed = 0
if event.key == locals.K_q:
ed = 1000
if event.key == locals.K_w:
ed = 10000
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