From f0ab0ddbc2633f5d8ebc96ed07de1bb2986e2e5d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 27 九月 2019 23:02:32 +0800
Subject: [PATCH] 0312 1. 小地图改成常显 需测试副本(联赛)和跨服显示 2. 切换时 首充改成左右移动 3. 优化小地图箭头坐标 4. 优化界面关闭时 依然显示功能模式,切换副本立即显示为副本图标
---
System/MainInterfacePanel/MainInterfaceWin.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/MainInterfaceWin.cs b/System/MainInterfacePanel/MainInterfaceWin.cs
index 3f77630..2e8d480 100644
--- a/System/MainInterfacePanel/MainInterfaceWin.cs
+++ b/System/MainInterfacePanel/MainInterfaceWin.cs
@@ -537,6 +537,7 @@
m_HeadPortraitTip.gameObject.SetActive(false);
CopyOfThePanel.gameObject.SetActive(false);
_SwitchShowBtn.gameObject.SetActive(false);
+ m_TopRightTip.ShowMiniMap(false);
m_ChatTip.gameObject.SetActive(false);
m_FunctionForecastTip.gameObject.SetActive(false);
m_TaskSwithButton.gameObject.SetActive(false);
@@ -558,6 +559,7 @@
m_HeadPortraitTip.gameObject.SetActive(true);
CopyOfThePanel.gameObject.SetActive(true);
_SwitchShowBtn.gameObject.SetActive(true);
+ m_TopRightTip.ShowMiniMap(true);
m_ChatTip.gameObject.SetActive(true);
m_FunctionForecastTip.gameObject.SetActive(true);
m_TaskSwithButton.gameObject.SetActive(true);
--
Gitblit v1.8.0