From e7f345d78f9c2aa5f121f8274caae425fe049728 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 4 Sep 2025 18:58:33 -0700 Subject: [PATCH] Forgot to remove this --- Assets/Scripts/GamePlayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/GamePlayer.cs b/Assets/Scripts/GamePlayer.cs index a7404ab..1a091de 100644 --- a/Assets/Scripts/GamePlayer.cs +++ b/Assets/Scripts/GamePlayer.cs @@ -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;