Commit 2098e2d6 by BellCodeEditor

save project

parent e8877158
Showing with 4 additions and 4 deletions
......@@ -28,11 +28,11 @@ while True:
pygame.mixer.music.play()
if event.type == locals.KEYDOWN:
if event.type == locals.K_
volume += 0.1
volume -= 0.1
volume > 1
if event.type == locals.MOUSEBUTTONDOWN:
click += 1
if click % 2 == 0:
......
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