From 1092f5b279de203ca982a8d5baaad48fec59c98e Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Wed, 25 Nov 2020 11:46:44 +0800 Subject: [PATCH] 修改新手引导塔位置 关闭CommonDebug --- Assets/Scripts/Common/GameConfig.cs | 2 +- Assets/Resources/UI/Guide/GuidePanel.prefab | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assets/Resources/UI/Guide/GuidePanel.prefab b/Assets/Resources/UI/Guide/GuidePanel.prefab index 6731d50..51b2aba 100644 --- a/Assets/Resources/UI/Guide/GuidePanel.prefab +++ b/Assets/Resources/UI/Guide/GuidePanel.prefab @@ -10444,7 +10444,7 @@ 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: -345, y: -451} + m_AnchoredPosition: {x: 0, y: -451} m_SizeDelta: {x: 135, y: 135} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &40450391755731747 @@ -10775,7 +10775,7 @@ 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: 347, y: -438} + m_AnchoredPosition: {x: -165, y: -438} m_SizeDelta: {x: 135, y: 135} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &5571260166908534693 diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index f0208f5..a2561df 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -24,7 +24,7 @@ public static string LoginUrl = "http://172.16.1.52:9000/user/login"; - public static bool OpenDebug = true; + public static bool OpenDebug = false; /// <summary> /// PVE无尽模式,是否可以点击购买新的宝石 -- Gitblit v1.9.1