From 893f645dafa46b818a2edb9fa40337af0c3598d6 Mon Sep 17 00:00:00 2001 From: chenxin <chenxin6991@163.com> Date: Fri, 06 Nov 2020 19:57:10 +0800 Subject: [PATCH] 修改买塔规则 爱心破碎特效 基地血条不掉问题 --- Assets/Scripts/Guide/GuidePanel.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Guide/GuidePanel.cs b/Assets/Scripts/Guide/GuidePanel.cs index 10148de..ee3dbad 100644 --- a/Assets/Scripts/Guide/GuidePanel.cs +++ b/Assets/Scripts/Guide/GuidePanel.cs @@ -508,7 +508,6 @@ #endregion #region 拖动效果 - private float dragTimer = 1f; private void ShowDragPath(Vector2 startP, RectTransform endP) { if (!dragHandImg.gameObject.activeSelf) -- Gitblit v1.9.1