英雄卡牌ui修改,todo 抽卡修改
This commit is contained in:
@@ -136,7 +136,7 @@ export class HeroViewComp extends CCComp {
|
||||
this.node.setScale(this.scale,1);
|
||||
this.node.getChildByName("top").setScale(this.scale,1);
|
||||
if(this.is_boss){
|
||||
this.node.setScale(this.node.scale.x*1.2,this.node.scale.y*1.2);
|
||||
this.node.setScale(this.node.scale.x*1.5,this.node.scale.y*1.5);
|
||||
this.node.getChildByName("top").getChildByName("sboss").active = true;
|
||||
}
|
||||
/** 显示角色血量 */
|
||||
|
||||
Reference in New Issue
Block a user