From 13898a8a7184ba96aa8320535f19d7f599e9d490 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 03 一月 2025 19:37:44 +0800
Subject: [PATCH] 10331 【越南】【英语】【BT】【砍树】境界修改
---
System/MainInterfacePanel/UpgradeWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/UpgradeWin.cs b/System/MainInterfacePanel/UpgradeWin.cs
index 946e045..66ef170 100644
--- a/System/MainInterfacePanel/UpgradeWin.cs
+++ b/System/MainInterfacePanel/UpgradeWin.cs
@@ -38,7 +38,7 @@
protected override void OnPreOpen()
{
m_UIAlphaTween.SetStartState();
- m_UIAlphaTween2.SetStartState();
+ //m_UIAlphaTween2.SetStartState();
m_TextLV.text = PlayerDatas.Instance.baseData.LV.ToString();
m_TextLV2.SetActive(false);
@@ -93,7 +93,7 @@
{
yield return new WaitForSeconds(Delay);
m_UIAlphaTween.Play();
- m_UIAlphaTween2.Play();
+ //m_UIAlphaTween2.Play();
}
#endregion
private void windowBeforeClose(Window _window)
--
Gitblit v1.8.0