Commit 9b4d7a22 by BellCodeEditor

save project

parent 2742489a
Showing with 2 additions and 0 deletions
...@@ -61,6 +61,8 @@ while True: ...@@ -61,6 +61,8 @@ while True:
wukong = hero[index] wukong = hero[index]
if jumpState == "runing": # 跑步状态下 if jumpState == "runing": # 跑步状态下
index += 1 index += 1
road_x
road -= 0
if index >= 5: if index >= 5:
index = 0 index = 0
# 将背景图画上去 # 将背景图画上去
......
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