【编队优化】轩辕宝镜增加一键

dev_chengFeng
ZhangBiao 2020-11-17 20:01:13 +08:00
parent a68a068746
commit 646e3e8061
1 changed files with 3 additions and 1 deletions

View File

@ -21,8 +21,9 @@ end
-- 初始化界面显示
function this.InitView()
this.root.bg:SetActive(true)
this.root.btn_1:SetActive(false)
this.root.btn_1:SetActive(true)
this.root.btn_2:SetActive(true)
this.root.btn_1_lab.text = Language[10743]
this.root.btn_2_lab.text = Language[10709]
this.root.tip:SetActive(true)
this.root.exampleBtn:SetActive(false)
@ -36,6 +37,7 @@ end
--- btn1点击回调事件
function this.On_Btn1_Click()
this.root.SetOneKeyGo()
end
-- 进入地图