更改动画播放间隔
This commit is contained in:
parent
836999c889
commit
a630ca79e4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user