void Awake() { controlScript = GameObject.FindObjectOfType <controlScript>(); }
// Start is called before the first frame update void Awake() { instance = this; }
void Start() { bindButtons(); controlScript = gameControl.GetComponent <controlScript>(); audioSource = GetComponent <AudioSource>(); }