This commit is contained in:
magn9775
2024-04-26 15:58:44 +02:00
parent 4dbfc5542c
commit 69c51ec879
7 changed files with 205 additions and 16 deletions

View File

@@ -163,7 +163,7 @@ public class PlayerController : MonoBehaviour
if (checkpintDistance < 0.2f)
if (checkpintDistance < 0.5f)
{
checkpointsCollected += 1;
currentCheckpoint.GetComponent<Checkpoint>().isVisible = false;