Commit f014ca8d by Raphael

Hid high score

parent 31b8844a
...@@ -19,6 +19,7 @@ public class UIController : MonoBehaviour ...@@ -19,6 +19,7 @@ public class UIController : MonoBehaviour
void Start () void Start ()
{ {
_player = GameObject.FindWithTag("Player").GetComponent<Player>(); _player = GameObject.FindWithTag("Player").GetComponent<Player>();
HighScore.enabled = false;
} }
void Update () void Update ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment