Commit 9bd3ee35 by BellCodeEditor

save project

parent 68e42312
Showing with 1 additions and 1 deletions
...@@ -66,7 +66,7 @@ while True: ...@@ -66,7 +66,7 @@ while True:
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
road_-=8 road_-=8
if road _x<=1000: if road _x<=-1000:
road_x=0 road_x=0
# 远处背景 # 远处背景
screen.blit(road, (0, 500)) # 路 screen.blit(road, (0, 500)) # 路
......
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