From 7c79fa182e72fb18b5711ff23f58eaa6649912cd Mon Sep 17 00:00:00 2001 From: yangjing Date: Tue, 15 Feb 2022 12:43:25 +0800 Subject: [PATCH] =?UTF-8?q?bug=E5=92=8C=E5=8A=A8=E7=94=BB=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/CustomControl/LevelList/LevelCell.cs | 4 ++-- Assets/Scripts/UI/CustomControl/PageView.cs | 2 +- .../SRDebugger/usr/Resources/SRDebugger/Settings.asset | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/Scripts/UI/CustomControl/LevelList/LevelCell.cs b/Assets/Scripts/UI/CustomControl/LevelList/LevelCell.cs index dcaeb0f2..442c6da4 100644 --- a/Assets/Scripts/UI/CustomControl/LevelList/LevelCell.cs +++ b/Assets/Scripts/UI/CustomControl/LevelList/LevelCell.cs @@ -84,9 +84,9 @@ public class LevelCell : MonoBehaviour mImgComingSoon.rectTransform.localScale = Vector3.zero; mImgComingSoon.rectTransform.DOKill(); - mImgComingSoon.rectTransform.DOScale(1, 0.3f).SetEase(Ease.OutBounce); + mImgComingSoon.rectTransform.DOScale(1, 0.5f).SetEase(Ease.OutBounce); mImgComingSoon.DOKill(); - mImgComingSoon.DOFade(0, 0.3f).SetDelay(0.8f); + mImgComingSoon.DOFade(0, 0.5f).SetDelay(2f); } } \ No newline at end of file diff --git a/Assets/Scripts/UI/CustomControl/PageView.cs b/Assets/Scripts/UI/CustomControl/PageView.cs index 22c52220..78cf2d01 100644 --- a/Assets/Scripts/UI/CustomControl/PageView.cs +++ b/Assets/Scripts/UI/CustomControl/PageView.cs @@ -73,7 +73,7 @@ public abstract class PageView : MonoBehaviour, IBeginDragHandler, IEndDragHandl startTime = 0; stopMove = false; - OnReachEdge?.Invoke(); + OnScrollPage?.Invoke(); } else { diff --git a/Assets/ThirdPlugins/StompyRobot/SRDebugger/usr/Resources/SRDebugger/Settings.asset b/Assets/ThirdPlugins/StompyRobot/SRDebugger/usr/Resources/SRDebugger/Settings.asset index 62feaa2a..24af773a 100644 --- a/Assets/ThirdPlugins/StompyRobot/SRDebugger/usr/Resources/SRDebugger/Settings.asset +++ b/Assets/ThirdPlugins/StompyRobot/SRDebugger/usr/Resources/SRDebugger/Settings.asset @@ -61,7 +61,7 @@ MonoBehaviour: _consoleAlignment: 0 _triggerPosition: 1 _maximumConsoleEntries: 1500 - _enableEventSystemCreation: 1 + _enableEventSystemCreation: 0 _automaticShowCursor: 1 _uiScale: 1 _unloadOnClose: 0