Commit cd3c7e5a by BellCodeEditor

auto save

parent 29cf30d0
Showing with 2 additions and 2 deletions
...@@ -15,8 +15,8 @@ pygame.mixer.music.load('歌曲4.ogg') ...@@ -15,8 +15,8 @@ pygame.mixer.music.load('歌曲4.ogg')
volume = 0.2 volume = 0.2
pygame.mixer.music.set_volume(volume) pygame.mixer.music.set_volume(volume)
start = stop_img volume = 0.2
click = 0
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: 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