Commit 34b74201 by BellCodeEditor

save project

parent 01d1955b
Showing with 2 additions and 1 deletions
...@@ -56,6 +56,7 @@ while True: ...@@ -56,6 +56,7 @@ while True:
else: else:
state = 'running' state = 'running'
t=30 t=30
y=400
# 将背景图画上去 # 将背景图画上去
screen.blit(background, (0, 0)) screen.blit(background, (0, 0))
...@@ -64,4 +65,4 @@ while True: ...@@ -64,4 +65,4 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
FPS.tick(60) FPS.tick(50)
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