Browse Source

进度条动画开启

guodong 1 năm trước cách đây
mục cha
commit
5e10287fe4

+ 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();
         }