Commit ab5c4b48 by BellCodeEditor

save project

parent 0f3841e1
Showing with 1 additions and 3 deletions
......@@ -25,9 +25,7 @@ pygame.mixer.music.set_volume(volume)
click = 0
play_button = stop_img
angle = 0
music1 = pygame.mixer.Sound('C:\\Users\\86132\\Desktop\\tast\\xhh.mp3')
music_length = music1.get_length()
music_length = int(music_length)
while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
......
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