mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
New Version 1.42
Moving cam replay. Fixed the bugs.
This commit is contained in:
parent
1c033119df
commit
ea927d7a79
30 changed files with 73 additions and 150 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue