소스 검색

界面出现时机修改

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;