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