void Awake() { s_gui = go_GUI.GetComponent <guiscript>(); s_money = GameObject.Find("money"); go_timetilnextlvl = GameObject.Find("timetilnextlvl"); go_startwave = GameObject.Find("startwave"); castle = GameObject.FindGameObjectWithTag("castle"); }
void Awake() { s_gui = go_GUI.GetComponent<guiscript>(); s_money = GameObject.Find("money"); go_timetilnextlvl = GameObject.Find("timetilnextlvl"); go_startwave = GameObject.Find("startwave"); castle = GameObject.FindGameObjectWithTag("castle"); }
void Awake() { go_gui = GameObject.Find("GUI"); s_gui = go_gui.GetComponent <guiscript>(); timetxt = GetComponent <Text>(); }
void Awake() { go_gui = GameObject.Find("GUI"); s_gui = go_gui.GetComponent<guiscript>(); timetxt = GetComponent<Text>(); }