Commit 5c80bfaf by BellCodeEditor

save project

parent 6fc1f49a
Showing with 2 additions and 0 deletions
...@@ -63,6 +63,7 @@ while True: ...@@ -63,6 +63,7 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num]) pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play() pygame.mixer.music.play()
niyuchen=0 niyuchen=0
angle=-0.909
play_button = stop_img play_button = stop_img
if click % 2 == 0: if click % 2 == 0:
click += 2 click += 2
...@@ -76,6 +77,7 @@ while True: ...@@ -76,6 +77,7 @@ while True:
pygame.mixer.music.load(path + "\\" + music_list[num]) pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play() pygame.mixer.music.play()
niyuchen=0 niyuchen=0
angle=-0.909
play_button = stop_img play_button = stop_img
if click % 2 == 0: if click % 2 == 0:
click += 2 click += 2
......
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