【挂机奖励】使用界面文字修改

gaoxin 2021-12-26 11:21:17 +08:00
parent d9f1670993
commit 7bf43f37f5
1 changed files with 4 additions and 0 deletions

View File

@ -328,6 +328,10 @@ function this.OnShowLayout3Data()
this.btnCompoundText.text=Language[10195]
local maxCompoundValue = itemData.num-- math.floor(itemData.num/itemData.itemConfig.UsePerCount)
compoundMaxNum=maxCompoundValue > gameSetting.OpenBoxLimits and gameSetting.OpenBoxLimits or maxCompoundValue
elseif itemData.itemConfig.ItemType==ItemType.TimeIsGold then--挂机产出
this.nameText.text=Language[10195]
this.btnCompoundText.text=Language[10195]
compoundMaxNum=itemData.num
else
itemResolveType=itemData.itemConfig.ItemBaseType
this.nameText.text=Language[10196]