更改动画播放间隔

This commit is contained in:
星外之神 2022-04-24 13:17:59 +08:00
parent 836999c889
commit a630ca79e4

View File

@ -142,7 +142,7 @@ class Menu(tool.State):
self.checkLittleGameClick(mouse_pos) self.checkLittleGameClick(mouse_pos)
else: else:
# 点到后播放动画 # 点到后播放动画
if(self.current_time - self.option_timer) > 200: if(self.current_time - self.option_timer) > 150:
self.option_frame_index += 1 self.option_frame_index += 1
if self.option_frame_index >= 2: if self.option_frame_index >= 2:
self.option_frame_index = 0 self.option_frame_index = 0