From a630ca79e43fc08d9568769dad1663e5f71cfef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 24 Apr 2022 13:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8A=A8=E7=94=BB=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E9=97=B4=E9=9A=94?= 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 7f87d23..d563679 100644 --- a/source/state/mainmenu.py +++ b/source/state/mainmenu.py @@ -142,7 +142,7 @@ class Menu(tool.State): self.checkLittleGameClick(mouse_pos) else: # 点到后播放动画 - if(self.current_time - self.option_timer) > 200: + if(self.current_time - self.option_timer) > 150: self.option_frame_index += 1 if self.option_frame_index >= 2: self.option_frame_index = 0