|
|
@@ -156,8 +156,8 @@ namespace Fort23.Mono
|
|
|
combatHeroEntity.CombatHeroSkillControl as CombatHeroSkillControl;
|
|
|
heroHpWidget =
|
|
|
await UIManager.Instance.CreateGComponentForObject<HeroHpWidget>(HeroHpWidget, null);
|
|
|
- heroHpWidget.size = 330;
|
|
|
- heroHpWidget.shieldSize = 345;
|
|
|
+ heroHpWidget.size = 348;
|
|
|
+ heroHpWidget.shieldSize = 351;
|
|
|
heroHpWidget.isFollowTarget = false;
|
|
|
heroHpWidget.Init(combatHeroEntity);
|
|
|
ReshSkill();
|