From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Tip/ScrollTip.cs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Main/System/Tip/ScrollTip.cs b/Main/System/Tip/ScrollTip.cs
index af6cd66..b58123b 100644
--- a/Main/System/Tip/ScrollTip.cs
+++ b/Main/System/Tip/ScrollTip.cs
@@ -63,8 +63,8 @@
static bool CanOpen()
{
- if (HappyXBModel.Instance.isXBCoolTime)
- return false;
+ // if (HappyXBModel.Instance.isXBCoolTime)
+ // return false;
return true;
}
@@ -119,6 +119,7 @@
m_Hints.Clear();
}
+ //鏆傛椂淇濈暀 鏀圭敤dotween
public enum ScrollTipState
{
None,
--
Gitblit v1.8.0