Commit 2d0f87cd by Raphael

Small fixed

parent cc509725
...@@ -20,6 +20,9 @@ public class UIController : MonoBehaviour ...@@ -20,6 +20,9 @@ public class UIController : MonoBehaviour
{ {
_player = GameObject.FindWithTag("Player").GetComponent<Player>(); _player = GameObject.FindWithTag("Player").GetComponent<Player>();
HighScore.enabled = false; HighScore.enabled = false;
Vial1.enabled = false;
Vial2.enabled = false;
Vial3.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