角色动画 确定

This commit is contained in:
walkpan
2024-08-26 07:33:26 +08:00
parent 68d7077e56
commit 4f96558d36
111 changed files with 54661 additions and 1391 deletions

View File

@@ -49,7 +49,7 @@ export class MonsterSpine extends Component {
this.spine.setAnimation(0, animName, loop);
}
atk() {
this.spine.setAnimation(0, "atk", false);
this.spine.setAnimation(0, "atk2", false);
}
setAlpha(value: number): void {
var color: Color = this.spine.color;