【编队优化】轩辕宝镜增加一键
parent
a68a068746
commit
646e3e8061
|
@ -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
|
||||
|
||||
-- 进入地图
|
||||
|
|
Loading…
Reference in New Issue