Commit f65df6a6 by BellCodeEditor

save project

parent a3806537
Showing with 1 additions and 1 deletions
...@@ -9,6 +9,6 @@ music1.play() ...@@ -9,6 +9,6 @@ music1.play()
music2.play() music2.play()
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if eventpppp.type == locals.QUIT: if event.type == locals.QUIT:
exit() exit()
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