@@ -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;