public void Select() { if (_active) { _active.Diselect(); } _active = this; animator.SetBool("selected", true); //button.color = colors[1]; }