소스 검색

进度条动画开启

guodong 1 년 전
부모
커밋
5e10287fe4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

+ 1 - 2
GameClient/Assets/Game/HotUpdate/Views/Loading/LoadingView.cs

@@ -9,7 +9,7 @@ namespace GFGGame
 
         private UI_LoadingView _ui;
 
-        private const float SPEED = 0.01f;
+        private const float SPEED = 0.005f;
         private string[] resNames = { "11", "33" };
 
         private EffectUI _effectUI1;
@@ -125,7 +125,6 @@ namespace GFGGame
                     gtweener.OnComplete(callback);
                 }
             }
-            callback?.Invoke();
         }