From 16b78f4c4270f65ef9f95aef4aa695de9f92a56f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Tue, 3 May 2022 10:06:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=89=A7=E8=A1=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/mainmenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/mainmenu.py b/source/state/mainmenu.py index 54e7958..b9b80bf 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -107,7 +107,7 @@ class Menu(tool.State): if self.inAreaAdventure(x, y): self.option_clicked = True self.option_timer = self.option_start = self.current_time - self.persist[c.GAME_MODE] = c.MODE_ADVENTURE + self.persist[c.GAME_MODE] = c.MODE_ADVENTURE return False # 点击到按钮,修改转态的done属性