【300】

dev_chengFeng
zhangqiang 2021-04-08 11:08:54 +08:00
parent 4b1f021ac0
commit 972e585d8a
1 changed files with 1 additions and 1 deletions

View File

@ -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