Commit cdc29c5e by BellCodeEditor

save project

parent 2a42cdf5
Showing with 1 additions and 1 deletions
...@@ -56,7 +56,7 @@ while True: ...@@ -56,7 +56,7 @@ while True:
road_x=0 road_x=0
background_x-=4 background_x-=4
if background_x<-1000: if background_x<-1000:
background_x background_x=0
# 悟空造型 # 悟空造型
wukong = hero[index] wukong = hero[index]
if jumpState == "runing": # 跑步状态下 if jumpState == "runing": # 跑步状态下
......
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