done?
This commit is contained in:
@@ -163,7 +163,7 @@ public class PlayerController : MonoBehaviour
|
||||
|
||||
|
||||
|
||||
if (checkpintDistance < 0.2f)
|
||||
if (checkpintDistance < 0.5f)
|
||||
{
|
||||
checkpointsCollected += 1;
|
||||
currentCheckpoint.GetComponent<Checkpoint>().isVisible = false;
|
||||
|
||||
Reference in New Issue
Block a user