修改显示

This commit is contained in:
xiekaidong 2023-06-16 11:33:20 +08:00
parent c5eda688c9
commit 2f3bf147d1

View File

@ -101,6 +101,7 @@ function BattleResultUI:refreshFixedInfo()
iconName = "common_dec_15" iconName = "common_dec_15"
local round = self.combatReport.remainRound or 0 local round = self.combatReport.remainRound or 0
desc2:setText(round) desc2:setText(round)
desc1:setText(I18N:getGlobalText(I18N.GlobalConst.ROUND_LEFT))
end end
icon:setSprite(GConst.ATLAS_PATH.COMMON, iconName) icon:setSprite(GConst.ATLAS_PATH.COMMON, iconName)