清理了 一些buff 技能

This commit is contained in:
2025-10-22 17:11:03 +08:00
parent d987e0806f
commit e32a66cfc9
57 changed files with 1737 additions and 10163 deletions

View File

@@ -748,16 +748,7 @@ export class HeroViewComp extends CCComp {
anm
});
}
ex_show(text:string){
switch(text){
case "blue":
this.BUFFCOMP.max_show("mr_blue")
break
case "red":
this.BUFFCOMP.max_show("mr_red")
break
}
}
/** 处理伤害队列 */
private processDamageQueue() {
if (this.isProcessingDamage || this.damageQueue.length === 0) return;