【幸运探宝】按钮位置修改

dev_chengFeng
gaoxin 2021-06-09 20:20:16 +08:00
parent bfb77649ba
commit 07a35aec13
2 changed files with 14 additions and 14 deletions

View File

@ -2453,9 +2453,9 @@ RectTransform:
m_Father: {fileID: 1877704359351138992}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 32, y: -25}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -83.2, y: -4}
m_SizeDelta: {x: 58, y: 58}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &1573136561530535208
@ -20234,7 +20234,7 @@ RectTransform:
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: 0, y: 93.2}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 300, y: 76}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8330201010160231290
@ -20835,7 +20835,6 @@ RectTransform:
- {fileID: 687320386229130930}
- {fileID: 6744555661118315554}
- {fileID: 743071135}
- {fileID: 1877704359351138992}
m_Father: {fileID: 1473827928010218247}
m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -33540,6 +33539,7 @@ RectTransform:
- {fileID: 450579433530258252}
- {fileID: 5721548683242772069}
- {fileID: 5517260209263683791}
- {fileID: 1877704359351138992}
m_Father: {fileID: 986452627335843391}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -49259,9 +49259,9 @@ RectTransform:
m_Father: {fileID: 1877704359351138992}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 14.900002, y: -18.600006}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -100.299995, y: 19.534992}
m_SizeDelta: {x: 26, y: 26}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3975621365474609331
@ -63980,7 +63980,7 @@ RectTransform:
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: 0, y: 93.2}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 300, y: 76}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &7081964043404323979
@ -79525,13 +79525,13 @@ RectTransform:
- {fileID: 5913985668708773166}
- {fileID: 8855666515029751127}
- {fileID: 3485081933269307159}
m_Father: {fileID: 3124962570895569612}
m_RootOrder: 10
m_Father: {fileID: 7094943317510879996}
m_RootOrder: 3
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: -115.2, y: -94}
m_SizeDelta: {x: 230.4, y: 229.6}
m_AnchoredPosition: {x: -115.2, y: -17.33}
m_SizeDelta: {x: 230.4, y: 76.27}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &508266023133700516
CanvasRenderer:

View File

@ -148,7 +148,7 @@ function this:InitComponent()
this.btnWaiDi:SetActive(false)
this.btnCompoundHero = Util.GetGameObject(this.gameObject, "scene/layer3/btnCompoundHero")
this.btnTianShuMiJuan = Util.GetGameObject(this.gameObject, "scene/layer6/btnTianShuMiJuan")
this.btnXingYunTanBao = Util.GetGameObject(this.gameObject, "scene/layer7/btnXingYunTanBao")
this.btnXingYunTanBao = Util.GetGameObject(this.gameObject, "bg/btnXingYunTanBao")
this.operateIcon = {
[FUNCTION_OPEN_TYPE.SHOP] = this:AddFuncItem(this.btnShangdian, 50),
[FUNCTION_OPEN_TYPE.HERO_RESOLVE] = this:AddFuncItem(this.btnFenjie, -1100),