Commit 5693e159 by BellCodeEditor

save project

parent 012c9d06
Showing with 3 additions and 3 deletions
...@@ -92,13 +92,13 @@ while True: ...@@ -92,13 +92,13 @@ while True:
else: else:
jumpState = "down" jumpState = "down"
if jumpState == "down": # 降落状态 if jumpState == "down": # 降落状态
if t <= 50: if t <= 30:
y += t y += t
wukong.rect.y = y wukong.rect.y = y
t += 2 t += 1.5
else: else:
jumpState = "runing" jumpState = "runing"
t =50 t =30
# 将背景图画上去 # 将背景图画上去
bg_x -= 1 bg_x -= 1
......
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