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