Commit 732fecd5 by BellCodeEditor

auto save

parent 82fa3377
Showing with 4 additions and 2 deletions
...@@ -86,8 +86,10 @@ while True: ...@@ -86,8 +86,10 @@ while True:
else: else:
jumpState = "down" jumpState = "down"
if jumpState == "down": # 降落状态 if jumpState == "down": # 降落状态
if t <= 30 if t <= 30:
30 y += rect.y
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