Update - 1.3.0.69

EN: 1.3.0.69
CN: 1.3.0.70
JP: 1.3.0.72
KR: 1.3.0.76
This commit is contained in:
SL1900
2025-12-14 22:30:00 +09:00
parent 5e0d58cfad
commit 5f417fbe9d
603 changed files with 1017024 additions and 5253 deletions
@@ -189,6 +189,14 @@ function CharTalentCtrl:Awake()
self.nCurGroupIndex = 1
self.nGroupNum = #self._mapNode.KeyNode
end
function CharTalentCtrl:OnEnable()
if self._panel.nPanelId == PanelId.CharTalent then
self:SetAllVisibale(true)
self._mapNode.anim:Play("CharTalent_Root_in")
self:BuildUIData()
self:RefreshAll()
end
end
function CharTalentCtrl:OnDisable()
Actor2DManager.UnsetActor2D(false, 2, true)
end