mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交配置
This commit is contained in:
@@ -35,6 +35,9 @@ export abstract class GFSMAnimBase extends GFSMBase{
|
||||
super();
|
||||
this.spine = spine;
|
||||
this.trackIndex = trackIndex;
|
||||
|
||||
spine.timeScale = 1.25;
|
||||
|
||||
//设置监听
|
||||
this.spine.setEventListener(this.onEventListener.bind(this));
|
||||
//设置结束监听
|
||||
|
Reference in New Issue
Block a user