Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     if (!AfterHoursMonsterSpawner.active && !EndingScene.active)
     {
         equipIngredient = GameObject.FindWithTag("EquipIngredient").GetComponent <EquipIngredient>();
         light           = GetComponent <Light2D>();
     }
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     equipIngredient = GameObject.FindWithTag("EquipIngredient").GetComponent <EquipIngredient>();
     glassFill       = gameObject.GetComponent <GlassFill>();
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     equipIngredient = GameObject.FindWithTag("EquipIngredient").GetComponent <EquipIngredient>();
     glassMove       = gameObject.GetComponent <GlassMove>();
     recipeManager   = GameObject.FindWithTag("RecipeSheet").GetComponent <RecipeManager>();
 }
Ejemplo n.º 4
0
 // Start is called before the first frame update
 void Start()
 {
     equipIngredient = GameObject.FindWithTag("EquipIngredient").GetComponent <EquipIngredient>();
 }