Commit 50a33e0b by BellCodeEditor

auto save

parent 958e8360
Showing with 4 additions and 0 deletions
......@@ -18,6 +18,10 @@ while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
if event
if pygame.mixer.music.get_busy == False:
pygame.mixer.music.play()
......
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