技能继续调整

This commit is contained in:
2025-11-01 11:15:11 +08:00
parent 47509af7a1
commit 2b8ba46759
19 changed files with 999 additions and 150 deletions

View File

@@ -66,6 +66,10 @@ export class HeroSpine extends Component {
break
}
}
dead(){
// console.log("do dead");
this.anm.dead()
}
do_buff(){
this.anm.buff()
}