diff --git a/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab b/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab index 5c5411251bc..415e5a43720 100644 --- a/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab +++ b/ProjectNLD/Assets/Art/UI/Prefab/StartScene/Newest/UI_StartGameInterface.prefab @@ -3359,7 +3359,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_text: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: d996718f19de68245bc356be2938e063, type: 2} m_sharedMaterial: {fileID: -8559898196655864114, guid: d996718f19de68245bc356be2938e063, @@ -7272,7 +7272,7 @@ MonoBehaviour: m_PersistentCalls: m_Calls: [] m_text: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" m_isRightToLeft: 0 m_fontAsset: {fileID: 11400000, guid: d996718f19de68245bc356be2938e063, type: 2} m_sharedMaterial: {fileID: -8559898196655864114, guid: d996718f19de68245bc356be2938e063, @@ -9863,7 +9863,7 @@ PrefabInstance: type: 3} propertyPath: m_text value: "\u6211\u5DF2\u8BE6\u7EC6\u9605\u8BFB\u5E76\u540C\u610F\u300A\u8BB8\u53EF\u670D\u52A1\u534F\u8BAE\u300B - \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" + \u300A\u9690\u79C1\u653F\u7B56\u300B\u548C\u300A\u513F\u7AE5\u4FE1\u606F\u53CA\u9690\u79C1\u4FDD\u62A4\u653F\u7B56\u300B" objectReference: {fileID: 0} m_RemovedComponents: [] m_RemovedGameObjects: diff --git a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs index a429022adb1..51e06b92f87 100644 --- a/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs +++ b/ProjectNLD/Assets/Code/Scripts/Gameplay/UI/UI_StartGameInterfaceController.cs @@ -164,6 +164,11 @@ public class UI_StartGameInterfaceController : UIWindow Application.OpenURL("http://47.94.221.226:8989/privacy_agreement.txt"); //CallAction(Gameplay.Net.AppConfig.Instance.LoginURL + "agreements"); }, + () => + { + Application.OpenURL("http://47.94.221.226:8989/children_privacy_agreement.txt"); + //CallAction(Gameplay.Net.AppConfig.Instance.LoginURL + "agreements"); + }, }); } linkText.SetOtherAreaClicked(() => agreement.isOn = !agreement.isOn);