Commit 032460fd by BellCodeEditor

auto save

parent 349f0c91
......@@ -24,6 +24,7 @@ volume = 0.2
pygame.mixer.music.set_volume(volume)
click = 0
play_button = stop_img
angle = 0
while True:
for event in pygame.event.get():
......@@ -84,6 +85,7 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
new_logo = pygame.transform.rotate(logo_img, angle)
newRect = new_logo
angle += 1
screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330))
......
File added
File added
File added
File added
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