Commit cd328fbe by BellCodeEditor

save project

parent 9f9caa29
Showing with 1 additions and 1 deletions
...@@ -77,7 +77,7 @@ while True: ...@@ -77,7 +77,7 @@ while True:
background_x=0 background_x=0
rect.x -= 8 rect.x -= 8
road_x-=8 road_x-=8
background_x-=1 background_x-=
screen.blit(obstacle, (rect.x, rect.y)) screen.blit(obstacle, (rect.x, rect.y))
# 刷新画面 # 刷新画面
......
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