Forgot to remove this

This commit is contained in:
2025-09-04 18:58:33 -07:00
parent fc25abc528
commit e7f345d78f

View File

@@ -26,7 +26,7 @@ public class GamePlayer : MonoBehaviour
private float boostLeft;
private float slownessLeft;
private float speedyLeft;
private float antiLeft = 10f;
private float antiLeft;
private float screenWidth;
internal bool isGrounded;
public TMP_Text scoreText;