Update - 1.5.0.80

EN: 1.5.0.80
CN: 1.5.0.82
JP: 1.5.0.84
KR: 1.5.0.87
This commit is contained in:
SL1900
2026-01-20 18:00:00 +09:00
parent 235fee6915
commit 999664ac13
127 changed files with 484147 additions and 211 deletions
@@ -352,6 +352,11 @@ function Avg_7_PersonalityChoiceCtrl:OnBtnClick_Choice(btn)
end
self.tbAnimChoice[i]:Play(sChoiceAnim)
end
self.tbLogData.nType = AllEnum.AvgLogType.Choice
self.tbLogData.sAvgId = nil
self.tbLogData.sContent = ProcAvgTextContent(self.tbActionContent[self.nChosenIdx], self._panel.nCurLanguageIdx)
self.tbLogData.sVoice = nil
EventManager.Hit(EventId.AvgMarkLog, self.tbLogData)
EventManager.Hit(EventId.TemporaryBlockInput, 1.3)
self:AddTimer(1, 1.3, "_DoClickChoice", true, true, true)
end
@@ -381,11 +386,6 @@ function Avg_7_PersonalityChoiceCtrl:_DoClickChoice()
NovaAPI.SetCanvasGroupBlocksRaycasts(self._mapNode.cgBgRole, false)
NovaAPI.SetCanvasGroupInteractable(self._mapNode.cgBgRole, false)
self._panel:SetPersonalityChoiceJumpTo(self.nCurGroupId, self.nChosenIdx)
self.tbLogData.nType = AllEnum.AvgLogType.Choice
self.tbLogData.sAvgId = nil
self.tbLogData.sContent = ProcAvgTextContent(self.tbActionContent[self.nChosenIdx], self._panel.nCurLanguageIdx)
self.tbLogData.sVoice = nil
EventManager.Hit(EventId.AvgMarkLog, self.tbLogData)
end
end
function Avg_7_PersonalityChoiceCtrl:AddGamepadUINode()