Commit 8732e969 by BellCodeEditor

save project

parent 8d9ec780
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ pygame.init() # 初始化
screen = pygame.display.set_mode((640, 480))
pygame.mixer.Sound("C:\\Users\\bellcode\\Desktop\\test")
Sound.get_lenth()
music_lenth=music(get_lenth)
music_lenth = int(music_lenth)
music_lenth=music(get_lenth)
music_lenth = int(music_lenth)
# 载入图片、资源
bg_img = pygame.image.load('background.png') # 背景图
play_img = pygame.image.load('play.png') # 播放按钮
......
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