Commit 35ed89d5 by BellCodeEditor

save project

parent 4c982c8d
Showing with 2 additions and 0 deletions
......@@ -18,6 +18,8 @@ while True:
for event in pygame.event.get():
if event.type == locals.QUIT:
exit()
if event.type == locals.KEYDOWN
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