Commit 532cdc18 by BellCodeEditor

save project

parent 5f3b0529
Showing with 1 additions and 1 deletions
......@@ -61,7 +61,7 @@ while True:
if background_x<-1000:
background_x=0
# 将背景图画上去
screen.blit(background, (0, 0))
screen.blit(background, (background_x, 0))
screen.blit(road, (rode_x, 500))
screen.blit(wukong, (150, wukong_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