From d07810afce3e305ceb0a72f923d9ca8ad6ba06bd Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sat, 6 Aug 2022 13:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=86=92=E9=99=A9=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=90=8E=E6=9A=82=E5=81=9C=E6=99=AE=E9=80=9A=E9=9F=B3?= =?UTF-8?q?=E4=B9=90=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/mainmenu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/state/mainmenu.py b/source/state/mainmenu.py index 5fc70ef..1da7f3b 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -124,6 +124,7 @@ class Menu(tool.State): self.adventure_timer = self.adventure_start = self.current_time self.persist[c.GAME_MODE] = c.MODE_ADVENTURE # 播放进入音效 + pg.mixer.music.stop() c.SOUND_EVILLAUGH.play() c.SOUND_LOSE.play()