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
+2 -3
View File
@@ -113,9 +113,7 @@ function StarTowerMenuCtrl:OnEvent_SetCoin(nCount)
end
function StarTowerMenuCtrl:OnEvent_SetBuildLevel(nScore)
local GetAnimName = function(nRank)
if nRank <= 5 then
return "BuildScore_Green"
elseif nRank <= 10 then
if nRank <= 10 then
return "BuildScore_Green"
elseif nRank <= 20 then
return "BuildScore_Blue"
@@ -124,6 +122,7 @@ function StarTowerMenuCtrl:OnEvent_SetBuildLevel(nScore)
elseif nRank <= 40 then
return "BuildScore_RainBow"
end
return "BuildScore_Green"
end
if not self.bOpen then
return