Browse Source

进度条动画开启

guodong 1 year ago
parent
commit
5e10287fe4
1 changed files with 1 additions and 2 deletions
  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();
         }