|
|
@@ -124,9 +124,9 @@ export default class General extends FightModel implements IPool {
|
|
|
init(pos, v) {
|
|
|
this.pos = pos;
|
|
|
if (pos == 4) {
|
|
|
- this.scaleRate = 0.8;
|
|
|
+ this.scaleRate = 0.7;
|
|
|
this.skeleton.node.scaleX = this.skeleton.node.scaleY = this.scaleRate;
|
|
|
- this.bar_lv.y = 180;
|
|
|
+ this.bar_lv.y = 140;
|
|
|
this.bar_lv.scale = 1.2;
|
|
|
this.img_belong.node.x = -83;
|
|
|
this.img_belong.node.y = -18;
|
|
|
@@ -134,9 +134,9 @@ export default class General extends FightModel implements IPool {
|
|
|
this.lbl_name.fontSize = 30;
|
|
|
}
|
|
|
else {
|
|
|
- this.scaleRate = 0.65;
|
|
|
+ this.scaleRate = 0.57;
|
|
|
this.skeleton.node.scaleX = this.skeleton.node.scaleY = this.scaleRate;
|
|
|
- this.bar_lv.y = 142;
|
|
|
+ this.bar_lv.y = 110;
|
|
|
this.bar_lv.scale = 1;
|
|
|
this.img_belong.node.x = -61;
|
|
|
this.img_belong.node.y = -16;
|