using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class OutlineCtrl : MonoBehaviour { // Start is called before the first frame update public Button[] buttons; public Color color; public float witch; void Start() { color = new Color(1, 0.5f, 0.1f,1); witch = 7; buttons = GetComponentsInChildren