private void Start() { audioHandler = FindObjectOfType <AudioHandler>(); isAudioOn = audioHandler.GetAudioOn(); SetSprites(); }