dd 56卡牌栏 为role 专有物品,不在有针对小兵的 卡牌技能, 小兵的强化靠role,没有驻场 技能,role 修改为多技能
This commit is contained in:
@@ -21,7 +21,7 @@ export class TooltipCom extends CCComp {
|
||||
value:string = "";
|
||||
s_uuid:number = 1001;
|
||||
alive_time:number = 1;
|
||||
skill_name_time=1;
|
||||
skill_name_time=0.5;
|
||||
start() {
|
||||
this.node.getChildByName("loss_life").active=false;
|
||||
this.node.getChildByName("add_life").active=false
|
||||
@@ -56,6 +56,7 @@ export class TooltipCom extends CCComp {
|
||||
|
||||
this.node.getChildByName("skill").getChildByName("name").getComponent(Label).string = smc.skills[this.s_uuid].name;
|
||||
this.node.getChildByName("skill").active=true;
|
||||
this.node.setPosition(v3(this.node.position.x,this.node.position.y+60))
|
||||
// this.alive_time = 2
|
||||
tween(this.node).to(
|
||||
this.alive_time,
|
||||
|
||||
Reference in New Issue
Block a user