Update - 1.13.0.124

EN: 1.13.0.124
CN: 1.13.0.124
JP: 1.13.0.128
KR: 1.13.0.130
This commit is contained in:
SL1900
2026-07-21 12:30:00 +09:00
parent a12087abad
commit 8c4bd41668
1334 changed files with 873026 additions and 95164 deletions
+5 -1
View File
@@ -28,9 +28,9 @@ BossPanelCtrl._mapEventConfig = {
RefreshCenterHpBar = "OnEvent_RefreshCenterHpBar",
MonsterBossDead = "OnEvent_MonsterBossDead",
ShowCenterHpBar = "OnEvent_ShowCenterHpBar",
InputEnable = "OnEvent_InputEnable",
Level_Settlement = "OnEvent_ResetBossHUD",
ResetBossHUD = "OnEvent_ResetBossHUD",
InputEnable = "OnEvent_InputEnable",
ADVENTURE_LEVEL_UNLOAD_COMPLETE = "OnEvent_ResetBossHUD"
}
function BossPanelCtrl:Awake()
@@ -154,6 +154,10 @@ function BossPanelCtrl:RefreshBossPanel(bRefresh)
self.nLastBossCount = #self.tbBoss
end
function BossPanelCtrl:CloseUI()
if #self.tbBoss == 0 and next(self.tbBossCtrl) == nil then
self._mapNode.BossCanvas.enabled = false
return
end
NovaAPI.SetCanvasGroupAlpha(self._mapNode.BossCanvasGroup, 1)
self.bossHUDCloseAnimTweener = Sequence()
self.bossHUDCloseAnimTweener:Append(self._mapNode.BossCanvasGroup:DOFade(0, 0.5))