public void SpawnBlueFish()
 {
     GetComponent <AudioSource>().PlayOneShot(buttonClick);
     spawnScript.SpawnBlueFish();
 }