New Version 1.44

Fixed the bugs.
This commit is contained in:
SkunkStudios 2025-02-05 13:02:23 +07:00
parent 620778f53e
commit 893fa999aa
22 changed files with 76 additions and 116 deletions

View file

@ -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++)
{

View file

@ -192,7 +192,6 @@ public class ObjectAnimation : MonoBehaviour
if (objectTarget != null)
{
objectTarget.position = position;
objectTarget.rotation = Quaternion.Euler(rotation.x, 180 + rotation.y, rotation.z);
}
if (camTarget != null)
{