Commit d427fc1b by BellCodeEditor

save project

parent 269535e9
Showing with 1 additions and 1 deletions
...@@ -91,7 +91,7 @@ while True: ...@@ -91,7 +91,7 @@ while True:
prop.rect.x-=8 prop.rect.x-=8
screen.bili(prop.image,(prop.rect.x,prop.rect.y)) screen.bili(prop.image,(prop.rect.x,prop.rect.y))
if prop.rect.x<0-prop.rect.width: if prop.rect.x<0-prop.rect.width:
prop.kill prop.kill()
# 将背景图画上去 # 将背景图画上去
# 远处背景 # 远处背景
......
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