diff --git a/Forest/Assets/Art/UI/Prefab/UILoginPanel.prefab b/Forest/Assets/Art/UI/Prefab/UILoginPanel.prefab index a235042..4654e50 100644 --- a/Forest/Assets/Art/UI/Prefab/UILoginPanel.prefab +++ b/Forest/Assets/Art/UI/Prefab/UILoginPanel.prefab @@ -1630,7 +1630,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &4489256673761326215 RectTransform: m_ObjectHideFlags: 0 @@ -1647,9 +1647,9 @@ RectTransform: - {fileID: 4712403543671626194} m_Father: {fileID: 6309124423004619089} 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_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 322.5, y: -225.49002} m_SizeDelta: {x: 450, y: 117.56} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &8266868910560757078 diff --git a/Forest/Assets/Scripts/Framework/Constants/Constants.Path.cs b/Forest/Assets/Scripts/Framework/Constants/Constants.Path.cs index ada7d22..7360928 100644 --- a/Forest/Assets/Scripts/Framework/Constants/Constants.Path.cs +++ b/Forest/Assets/Scripts/Framework/Constants/Constants.Path.cs @@ -7,7 +7,7 @@ namespace Framework.Constants //Score URL public const string ScoreUrlAndroid = "https://play.google.com/store/apps/details?id=com.phxh.carpentergirl"; - public const string ScoreUrlIOS = "https://apps.apple.com/us/app/avery-nuts-bolts-puzzle/id6475282605"; + public const string ScoreUrlIOS = "https://apps.apple.com/app/id6504517185"; //Agreement URL public const string AgreementUrl = "http://www.puhexinhuo.com/avery_policy.html";