diff --git a/Assets/Scripts/UIController.cs b/Assets/Scripts/UIController.cs index 934c1ab..84846e9 100644 --- a/Assets/Scripts/UIController.cs +++ b/Assets/Scripts/UIController.cs @@ -19,6 +19,7 @@ public class UIController : MonoBehaviour void Start () { _player = GameObject.FindWithTag("Player").GetComponent(); + HighScore.enabled = false; } void Update ()