去掉原先spine 英雄怪物

This commit is contained in:
2025-08-10 22:34:04 +08:00
parent bce3580b22
commit 1521d9445c
281 changed files with 25777 additions and 65264 deletions

View File

@@ -61,12 +61,12 @@ export class BuffComp extends Component {
if(this.wind_cd <= 0 && this.node.getChildByName("wind").active){
this.node.getChildByName("wind").active = false;
}
if(this.timer.update(deltaTime)){
this.timer.reset()
this.show_buff(this.buff_keys[this.key_index])
this.key_index++
if(this.key_index>=this.buff_keys.length) this.key_index=0
}
// if(this.timer.update(deltaTime)){
// this.timer.reset()
// this.show_buff(this.buff_keys[this.key_index])
// this.key_index++
// if(this.key_index>=this.buff_keys.length) this.key_index=0
// }
// this.in_speek(deltaTime)
// this.vmdata_update()