TTTN1997 1 рік тому
батько
коміт
a938012554
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      Assets/Scripts/AppLauncher.cs

+ 1 - 1
Assets/Scripts/AppLauncher.cs

@@ -28,7 +28,7 @@ public class AppLauncher : MonoBehaviour
         if (_isStart)
         {
             _timer += Time.deltaTime;
-            if (_timer >= 20)
+            if (_timer >= 15)
             {
                 UIManager.Instance.LoadAndOpenPanel<StartPanel>(UIManager.UILayer.Middle);
                 _isStart = false;