tips 提交
parent
cc9cb65b33
commit
ddad4544ed
|
|
@ -20,7 +20,7 @@ function LoadingPanel:OnOpen()
|
|||
this.bg.sprite = Util.LoadSprite(sprites[index])
|
||||
math.randomseed(os.time())
|
||||
index = math.random(1, 20)
|
||||
this.Tip.text = tipsConfig[index].Tips
|
||||
this.Tip.text = GetLanguageStrById(tipsConfig[index].Tips)
|
||||
end
|
||||
|
||||
local callList = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue