Commit cf7d32a4 by BellCodeEditor

auto save

parent ee884cfb
Showing with 4 additions and 4 deletions
......@@ -84,14 +84,14 @@ while True:
if t > 0:
y -= t
wukong.rect.y = y
t -= 1
t -= 1.5
else:
jumpState = "down"
if jumpState == "down": # 降落状态
if t <= 30:
y += t
wukong.rect.y = y
t += 1
t += 1.5
else:
jumpState = "runing"
t =30
......
{"第1名": 1, "第2名": 0, "第3名": 0}
\ No newline at end of file
{"第1名": 59, "第2名": 20, "第3名": 10}
\ No newline at end of file
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