主城=======洞府,跨服战入口屏蔽,灵兽山位置修改

dev_fengTi_And
PC-202302260912\Administrator 2023-07-12 18:23:39 +08:00
parent 8419048c88
commit 02a2374c53
2 changed files with 17 additions and 14 deletions

View File

@ -45610,7 +45610,6 @@ RectTransform:
- {fileID: 5749431481947614733}
- {fileID: 1631121790323343848}
- {fileID: 7975778528748521356}
- {fileID: 1741493654907866535}
m_Father: {fileID: 1473827928010218247}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -69149,12 +69148,12 @@ RectTransform:
- {fileID: 8424071951339603218}
- {fileID: 1449823918479400147}
- {fileID: 4727936823561651707}
m_Father: {fileID: 7682634954648963246}
m_RootOrder: 13
m_Father: {fileID: 1072833264322135079}
m_RootOrder: 18
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 973.3, y: 338.3}
m_AnchoredPosition: {x: 264, y: 320}
m_SizeDelta: {x: 300, y: 76}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &2549606708986302677
@ -81932,6 +81931,7 @@ RectTransform:
- {fileID: 915627652}
- {fileID: 6762574921092838611}
- {fileID: 1586863079}
- {fileID: 1741493654907866535}
m_Father: {fileID: 1473827928010218247}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -94464,12 +94464,12 @@ PrefabInstance:
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
@ -94704,12 +94704,12 @@ PrefabInstance:
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
@ -94794,12 +94794,12 @@ PrefabInstance:
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
@ -94884,12 +94884,12 @@ PrefabInstance:
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 8409294634132800246, guid: 15143366a3b308741b7041f2c67dbe3c,
- target: {fileID: 6459496238626600186, guid: 15143366a3b308741b7041f2c67dbe3c,
type: 3}
propertyPath: m_IsActive
value: 0

View File

@ -190,15 +190,18 @@ function this:InitComponent()
this.btnElementDrawCard.gameObject:SetActive(false)
this.btnSecretBox = Util.GetGameObject(this.gameObject, "scene/layer4/btnSecretBox")
this.btnYiYao = Util.GetGameObject(this.gameObject, "scene/layer4/btnYiYao")
this.btnPokemon = Util.GetGameObject(this.gameObject, "scene/layer6/btnPokemon")
this.btnPokemon = Util.GetGameObject(this.gameObject, "scene/layer4/btnPokemon")
-- this.btnTianFu = Util.GetGameObject(this.gameObject, "scene/layer6/btnTianFu")
this.btnWaiDi = Util.GetGameObject(this.gameObject, "scene/layer4/btnWaiDi")
this.btnWaiDi:SetActive(false)
--家园
this.btnHomeLand = Util.GetGameObject(this.gameObject, "scene/layer4/btnHomeLand")
this.btnHomeLand:SetActive(true)
--洞府功能屏蔽
this.btnHomeLand:SetActive(false)
--跨服
this.btnJumpServer = Util.GetGameObject(this.gameObject, "scene/layer4/btnJumpServer")
--跨服战斗功能屏蔽
this.btnJumpServer:SetActive(false)
this.btnCompoundHero = Util.GetGameObject(this.gameObject, "scene/layer3/btnCompoundHero")
this.btnTianShuMiJuan = Util.GetGameObject(self.gameObject,"RightDown/btnTianShuMiJuan")
this.btnTianShuMiJuan:SetActive(false)