From 95c87c5f93e90cead14d3e9d89b6d58e0d51bd8e Mon Sep 17 00:00:00 2001 From: KonSyi <47724140+KonSyi@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:19:20 +0300 Subject: [PATCH] Update EnterPoint.cs --- Assets/Scripts/EnterPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/EnterPoint.cs b/Assets/Scripts/EnterPoint.cs index 6f474a574..1f0eca643 100644 --- a/Assets/Scripts/EnterPoint.cs +++ b/Assets/Scripts/EnterPoint.cs @@ -10,7 +10,7 @@ public class EnterPoint : MonoBehaviour { [SerializeField] private Settings _settings; [SerializeField] private Canvas _targetCanvas; - private float _timeScale = 1; + private float _timeScale = 5; void Start() {