DESKTOP-FB72PO8\Administrator hace 1 día
padre
commit
dd9ab6a841
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Assets/Scripts/GameUI/UI/CombatPanel/BossHpWidget.cs

+ 2 - 2
Assets/Scripts/GameUI/UI/CombatPanel/BossHpWidget.cs

@@ -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();