Commit ec7ee911 by BellCodeEditor

save project

parent e01085f1
Showing with 1 additions and 1 deletions
...@@ -36,7 +36,7 @@ while True: ...@@ -36,7 +36,7 @@ while True:
if event.key == locals.K_DOWN: if event.key == locals.K_DOWN:
hiehie -= 0.1 hiehie -= 0.1
if hiehie < 0: if hiehie < 0:
hiehie = 0 hiehie = 0.1
pygame.mixer.music.set_volume(hiehie) pygame.mixer.music.set_volume(hiehie)
# 绘制画面 # 绘制画面
......
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