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