Commit 0b004f74 by BellCodeEditor

save project

parent 686c5f10
Showing with 9 additions and 0 deletions
...@@ -86,6 +86,15 @@ while True: ...@@ -86,6 +86,15 @@ while True:
jumpState = "runing" jumpState = "runing"
t =30 t =30
# 将背景图画上去 # 将背景图画上去
bg_x -= 1 bg_x -= 1
if bg_x<=-1000: 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