Commit 0d418518 by BellCodeEditor

save project

parent f4803d96
Showing with 1 additions and 2 deletions
......@@ -73,7 +73,6 @@ while True:
index += 1
if index >= 5:
index = 0
if gamestate == True:
if jumpState == "up": # 起跳状态
if t > 0:
......@@ -90,7 +89,7 @@ while True:
else:
jumpState = "runing"
t =30
y=400
# 将背景图画上去
bg_x -= speedbg
if bg_x<=-1000:
......
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