Update - 1.9.0.107

EN: 1.9.0.107
CN: 1.9.0.108
JP: 1.9.0.112
KR: 1.9.0.112
This commit is contained in:
SL1900
2026-05-14 16:00:00 +09:00
parent 4b880806ef
commit eafd8f4088
1034 changed files with 809589 additions and 23067 deletions
+3 -1
View File
@@ -106,6 +106,7 @@ function MainlineExCtrl:Awake()
self.curChapter = tbParam[1]
self.fromPanel = tbParam[2] ~= nil and tbParam[2] or 0
self._mapNode.btnClue.gameObject:SetActive(false)
self.canvase = self.gameObject:GetComponent("Canvas")
end
function MainlineExCtrl:OnEnable()
self:RefreshPanel()
@@ -129,7 +130,7 @@ function MainlineExCtrl:RefreshPanel()
end
function MainlineExCtrl:RefreshChapterLine()
if self.curChapterCtrl ~= nil then
self.curChapterCtrl:Refresh()
self.curChapterCtrl:Refresh(self.canvase)
return
end
if self.curChapterObj ~= nil then
@@ -142,6 +143,7 @@ function MainlineExCtrl:RefreshChapterLine()
if goObj ~= nil then
self.curChapterObj = goObj
self.curChapterCtrl = self:BindCtrlByNode(goObj, "Game.UI.MainlineEx.ChapterLineCtrl")
self.curChapterCtrl:Refresh(self.canvase)
end
end
function MainlineExCtrl:RefreshPersonality()