提交配置

This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-11 19:03:33 +08:00
parent 05777799a3
commit 94832afecb
186 changed files with 13132 additions and 1077 deletions

View File

@@ -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));
//设置结束监听