Commit 74788ce8 by BellCodeEditor

save project

parent f110a643
Showing with 1 additions and 3 deletions
...@@ -57,14 +57,12 @@ while True: ...@@ -57,14 +57,12 @@ while True:
index = 0 index = 0
# 将背景图画上去 # 将背景图画上去
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
screen.blit(road, (0, 500)) screen.blit(road, (0, 500))
screen.blit(wukong, (150, y)) screen.blit(wukong, (150, y))
# 刷新画面 # 刷新画面
pygame.display.update()
FPS.tick(60)
if rect.x <= 0 - rect.width: if rect.x <= 0 - rect.width:
......
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