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 boostLeft;
private float slownessLeft; private float slownessLeft;
private float speedyLeft; private float speedyLeft;
private float antiLeft = 10f; private float antiLeft;
private float screenWidth; private float screenWidth;
internal bool isGrounded; internal bool isGrounded;
public TMP_Text scoreText; public TMP_Text scoreText;