New Version 1.42

Moving cam replay.
Fix the baricade.
Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-01-30 03:24:29 +07:00
parent ea927d7a79
commit 870262509a
485 changed files with 136 additions and 54 deletions

View file

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