【挂机奖励】使用界面文字修改
parent
d9f1670993
commit
7bf43f37f5
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue