Commit 3c5686da authored by maxiaoliang's avatar maxiaoliang

修改新人引导

parent cd9d1a8e
......@@ -10374,10 +10374,10 @@ RectTransform:
m_Father: {fileID: 300181109}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 93.36, y: -45.84}
m_SizeDelta: {x: 126.72, y: 31.68}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &409306806
MonoBehaviour:
......@@ -42802,10 +42802,10 @@ RectTransform:
m_Father: {fileID: 300181109}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 30, y: -97.04}
m_SizeDelta: {x: 0, y: 30.720001}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1853878469
MonoBehaviour:
......@@ -44036,8 +44036,8 @@ 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: -58}
m_SizeDelta: {x: 123, y: 38}
m_AnchoredPosition: {x: 2.2, y: -83.5}
m_SizeDelta: {x: 157, y: 46}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1955692782
MonoBehaviour:
......@@ -44058,7 +44058,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid: 6af2c582097d10e41b5b9f381f565c8c, type: 3}
m_Sprite: {fileID: 21300000, guid: 439b00e9d97554a1480582443b1cc5bc, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
......@@ -39,7 +39,7 @@ public class MyGarageControl : MonoBehaviour, MyGarageContract.View
{
EventUtils.OnEvent("buttonClick_myCar");
AudioUtils.ins.PlayBtnAudio();
Guide.guide.onClickStep5();
//Guide.guide.onClickStep5();
OnUpdateGarageList();
EventCenter.Broadcast(MyEventType.OPEN_PANEL);
transform.DOLocalMoveY(mDefaultPosY + BgImg.preferredHeight, 0.5f).SetEase(Ease.OutQuart);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment