mirror of
https://github.com/imperialsushi/gutterball-3.git
synced 2025-06-15 05:07:42 +00:00
New Version 1.44
Fixed the bugs.
This commit is contained in:
parent
620778f53e
commit
893fa999aa
22 changed files with 76 additions and 116 deletions
|
@ -1460,7 +1460,7 @@ public class Game : MonoBehaviour
|
|||
replays[i].SetTransform(0);
|
||||
}
|
||||
cameraFollow.Replay(replayIndex);
|
||||
yield return new WaitForSeconds(replayTime * 1.375f);
|
||||
yield return new WaitForSeconds(replayTime * 1.3f);
|
||||
replayText.SetActive(false);
|
||||
for (int i = 0; i < replays.Length; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue