Update - 1.11.0.113

EN: 1.11.0.113
CN: 1.11.0.114
JP: 1.11.0.118
KR: 1.11.0.118
This commit is contained in:
SL1900
2026-06-02 16:00:00 +09:00
parent 343b24c91b
commit dcc2c4a2a9
621 changed files with 518699 additions and 4157 deletions
@@ -59,7 +59,11 @@ function PenguinCardQuestCellCtrl:Refresh(nActId, mapQuest)
end
NovaAPI.SetTMPText(self._mapNode.TMPTitle, mapCfg.Desc)
if mapQuest.nMax > 0 then
self._mapNode.imgBarFill.sizeDelta = Vector2(mapQuest.nCur / mapQuest.nMax * 508, 27)
local nLen = mapQuest.nCur / mapQuest.nMax * 508
if nLen < 60 and 0 < nLen then
nLen = 60
end
self._mapNode.imgBarFill.sizeDelta = Vector2(nLen, 27)
else
self._mapNode.imgBarFill.sizeDelta = Vector2(508, 27)
end