【300】
parent
4b1f021ac0
commit
972e585d8a
|
@ -33,7 +33,7 @@ function ContinuityRechargePage:ctor(mainPanel, gameObject)
|
|||
|
||||
if not self.moneyNum then
|
||||
self.moneyNum = SubUIManager.Open(SubUIConfig.MoneyNumView, self.image.transform,
|
||||
MoneyUtil.GetMoney(2000), MoneyNumViewType.Image_Horizontal, "ArtFont_2_cfont", 42, 0.7, Vector2.New(118, 161), Vector2.New(-30, -50), MoneyNumViewImageType.Big_1)
|
||||
math.round(MoneyUtil.GetMoney(2000)) , MoneyNumViewType.Image_Horizontal, "ArtFont_2_cfont", 42, 0.7, Vector2.New(118, 161), Vector2.New(-30, -50), MoneyNumViewImageType.Big_1)
|
||||
self.moneyNum:SetOffsetPosition(Vector2.New(0, -450))
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue