英雄试玩
This commit is contained in:
parent
a334622cbb
commit
a15e60d6fe
@ -24,6 +24,7 @@ function HeroTrialUI:onLoadRootComplete()
|
|||||||
local uiMap = self.root:genAllChildren()
|
local uiMap = self.root:genAllChildren()
|
||||||
uiMap["hero_trial_ui.bg.desc_text"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_TRIAL_DESC_1))
|
uiMap["hero_trial_ui.bg.desc_text"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_TRIAL_DESC_1))
|
||||||
uiMap["hero_trial_ui.bg.func_btn.text"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_TRIAL_DESC_2))
|
uiMap["hero_trial_ui.bg.func_btn.text"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_TRIAL_DESC_2))
|
||||||
|
uiMap["hero_trial_ui.bg.title_bg.title"]:setText(I18N:getGlobalText(I18N.GlobalConst.HERO_TRIAL_DESC_3))
|
||||||
uiMap["hero_trial_ui.bg.func_btn"]:addClickListener(function()
|
uiMap["hero_trial_ui.bg.func_btn"]:addClickListener(function()
|
||||||
self:buildTrailParams()
|
self:buildTrailParams()
|
||||||
self:closeUI()
|
self:closeUI()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user