summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-04-24 19:10:43 +0800
committerchai <chaifix@163.com>2022-04-24 19:10:43 +0800
commitd69adc7009c7953749b59ace2518c0a7c99faa47 (patch)
tree113b15cd7861b600dc001ab203999fd59adb26f1 /SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
parent6158af99ad803d9e29096ee6f65026d5e0db0f1f (diff)
+ light saber
Diffstat (limited to 'SurvivalTest/Assets/Scripts/Managers/BattleManager.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/Managers/BattleManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs b/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
index ee52548..681e87b 100644
--- a/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
+++ b/SurvivalTest/Assets/Scripts/Managers/BattleManager.cs
@@ -8,6 +8,7 @@ public class BattleManager : Singleton<BattleManager>
public void Init()
{
UIManager.Instance.OpenPanel(PanelType.PanelTopSuffBar, null);
+ UIManager.Instance.OpenPanel(PanelType.PanelBossHpBar, null);
//UIManager.Instance.OpenPanel(PanelType.PanelItemBar, null);
//UIManager.Instance.OpenPanel(PanelType.PanelEquipBar, null);
}