Update - 1.9.0.103

EN: 1.9.0.103
CN: 1.9.0.104
JP: 1.9.0.106
KR: 1.9.0.108
This commit is contained in:
SL1900
2026-04-18 00:15:00 +09:00
parent 35fe1f046d
commit e0549005e1
1150 changed files with 941124 additions and 19847 deletions
@@ -133,7 +133,7 @@ function MiningGameCtrl:OnDisable(...)
end
self.gridListCtrl = nil
end
function MiningGameCtrl:OnDestory()
function MiningGameCtrl:OnDestroy()
if PlayerData.Activity:IsActivityInActivityGroup(self.nActId) then
local actGroupId = ConfigTable.GetData("Activity", self.nActId).MidGroupId
local actGroupData = PlayerData.Activity:GetActivityGroupDataById(actGroupId)
@@ -50,7 +50,7 @@ function MiningGridCellCtrl:Awake(...)
v.gameObject:SetActive(false)
end
end
function MiningGridCellCtrl:OnDestory()
function MiningGridCellCtrl:OnDestroy()
self:ClearButtonListener()
self:ClearTimer()
end
@@ -28,7 +28,7 @@ function MiningStoryCellCtrl:SetData(storyId, nIndex, bIsLock, bIsRead)
self.nStoryId = storyId
self.config = ConfigTable.GetData("MiningStoryConfig", storyId)
self._mapNode.go_LockMask:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObjct:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObject:SetActive(bIsLock)
if bIsLock then
NovaAPI.SetTMPText(self._mapNode.txt_Lock, string.format(ConfigTable.GetUIText("Plot_Index"), self.config.UnlockLayer))
else
@@ -133,7 +133,7 @@ function MiningGameCtrl:OnDisable(...)
end
self.gridListCtrl = nil
end
function MiningGameCtrl:OnDestory()
function MiningGameCtrl:OnDestroy()
if PlayerData.Activity:IsActivityInActivityGroup(self.nActId) then
local actGroupId = ConfigTable.GetData("Activity", self.nActId).MidGroupId
local actGroupData = PlayerData.Activity:GetActivityGroupDataById(actGroupId)
@@ -50,7 +50,7 @@ function MiningGridCellCtrl:Awake(...)
v.gameObject:SetActive(false)
end
end
function MiningGridCellCtrl:OnDestory()
function MiningGridCellCtrl:OnDestroy()
self:ClearButtonListener()
self:ClearTimer()
end
@@ -28,7 +28,7 @@ function MiningStoryCellCtrl:SetData(storyId, nIndex, bIsLock, bIsRead)
self.nStoryId = storyId
self.config = ConfigTable.GetData("MiningStoryConfig", storyId)
self._mapNode.go_LockMask:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObjct:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObject:SetActive(bIsLock)
if bIsLock then
NovaAPI.SetTMPText(self._mapNode.txt_Lock, string.format(ConfigTable.GetUIText("Plot_Index"), self.config.UnlockLayer))
else
+1 -1
View File
@@ -133,7 +133,7 @@ function MiningGameCtrl:OnDisable(...)
end
self.gridListCtrl = nil
end
function MiningGameCtrl:OnDestory()
function MiningGameCtrl:OnDestroy()
if PlayerData.Activity:IsActivityInActivityGroup(self.nActId) then
local actGroupId = ConfigTable.GetData("Activity", self.nActId).MidGroupId
local actGroupData = PlayerData.Activity:GetActivityGroupDataById(actGroupId)
@@ -48,7 +48,7 @@ function MiningGridCellCtrl:Awake(...)
v.gameObject:SetActive(false)
end
end
function MiningGridCellCtrl:OnDestory()
function MiningGridCellCtrl:OnDestroy()
self:ClearButtonListener()
self:ClearTimer()
end
@@ -28,7 +28,7 @@ function MiningStoryCellCtrl:SetData(storyId, nIndex, bIsLock, bIsRead)
self.nStoryId = storyId
self.config = ConfigTable.GetData("MiningStoryConfig", storyId)
self._mapNode.go_LockMask:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObjct:SetActive(bIsLock)
self._mapNode.txt_Lock.gameObject:SetActive(bIsLock)
if bIsLock then
NovaAPI.SetTMPText(self._mapNode.txt_Lock, string.format(ConfigTable.GetUIText("Plot_Index"), self.config.UnlockLayer))
else