Commit 53fbd18d by BellCodeEditor

save project

parent 769e2385
Showing with 4 additions and 3 deletions
......@@ -5,7 +5,7 @@ import os
pygame.init()
screen = pygame.display.set_mode((640, 480))
FPS=pygame.time.Clock()
bg_img = pygame.image.load('background.png') # 背景图
play_img = pygame.image.load('play.png') # 播放按钮
stop_img = pygame.image.load('stop.png') # 暂停按钮
......@@ -93,4 +93,5 @@ while True:
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
pygame.display.update()
\ No newline at end of file
pygame.display.update()
FPS.tisk(60)
\ No newline at end of file
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