Commit adc040d1 by BellCodeEditor

save project

parent 543a7d2a
Showing with 2 additions and 1 deletions
...@@ -96,7 +96,8 @@ while True: ...@@ -96,7 +96,8 @@ while True:
bg_x-= speed-5 bg_x-= speed-5
if road_x<=-1000: if road_x<=-1000:
road_x = 0 road_x=0
road_x-=speed
screen.blit(road, (road_x, 500)) # 道路 screen.blit(road, (road_x, 500)) # 道路
screen.blit(wukong.image, (150, y)) # 悟空 screen.blit(wukong.image, (150, 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