This commit is contained in:
2024-09-23 08:14:39 +08:00
parent 96c96da552
commit 618a6e3f7b
65 changed files with 38950 additions and 8530 deletions

View File

@@ -20,8 +20,8 @@ export class BossSpine extends Component {
private default:string = "idle";
private atk_name: string = "atk";
private move_name: string = "move";
private max_name: string = "max";
private idel_name: string = "idle";
private max_name: string = "atk";
private idel_name: string = "move";
start() {
this.spine.setAnimation(0, this.default, true);
}