/// <summary>
 /// Sound button.
 /// </summary>
 public void soundButton()
 {
     soundEffectController.toggleSound();
     UpdateSoundToggle();
 }