Merge branch 'master' of git@ooftooft.net:Racesm.git

This commit is contained in:
magn9775
2024-04-26 12:33:49 +02:00
3 changed files with 17 additions and 17 deletions

View File

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