清理了 一些buff 技能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user