From f014ca8da4a6e79deec0dbe1b9a4730d9473f31c Mon Sep 17 00:00:00 2001 From: Naliwe Date: Tue, 25 Oct 2016 16:18:12 +0200 Subject: [PATCH] Hid high score --- Assets/Scripts/UIController.cs | 1 + 1 file changed, 1 insertion(+) 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 () -- libgit2 0.27.0