Commit 43e394ea by BellCodeEditor

save project

parent 4411bb85
Showing with 1 additions and 1 deletions
......@@ -82,7 +82,7 @@ while True:
else:
jumpState = "down"
if jumpState == "down": # 降落状态
if t <= 30:
if t <= 40:
y += t
wukong.rect.y = y
t += 2
......
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