New Version 1.42

Moving cam replay.
Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-01-29 16:15:55 +07:00
parent 1c033119df
commit ea927d7a79
30 changed files with 73 additions and 150 deletions

View file

@ -1460,7 +1460,7 @@ public class Game : MonoBehaviour
replays[i].SetTransform(0);
}
cameraFollow.Replay(replayIndex);
yield return new WaitForSeconds(replayTime * 1.5f);
yield return new WaitForSeconds(replayTime * 1.25f);
replayText.SetActive(false);
for (int i = 0; i < replays.Length; i++)
{