Explorar o código

界面出现时机修改

TTTN1997 hai 1 ano
pai
achega
a938012554
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;