From d091c47b5a69f40b4038f8a05ab37eb4c14dd48a Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Sat, 25 Jul 2026 19:48:31 +0800 Subject: [PATCH] =?UTF-8?q?perf(day2sleep):=20=E6=8F=90=E9=AB=98=E8=BD=B1?= =?UTF-8?q?=E8=BE=98=E6=8B=89=E6=8B=BD=E5=8A=A8=E7=94=BB=E5=80=8D=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- Assets/Scripts/SceneManagement/Day2Sleep/ReelMotionPresenter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/SceneManagement/Day2Sleep/ReelMotionPresenter.cs b/Assets/Scripts/SceneManagement/Day2Sleep/ReelMotionPresenter.cs index b82594361..028f49aab 100644 --- a/Assets/Scripts/SceneManagement/Day2Sleep/ReelMotionPresenter.cs +++ b/Assets/Scripts/SceneManagement/Day2Sleep/ReelMotionPresenter.cs @@ -9,7 +9,7 @@ namespace AibisDream { private const string BaseSuffix = "_底图"; private const string MotionSuffix = "_风筝层"; - private const float MotionSpeedMultiplier = 2.3f; + private const float MotionSpeedMultiplier = 5.2f; private const float MotionAmplitude = 0.22f; private readonly SpriteRenderer _baseRenderer;