Example #1
0
 private void Start()
 {
     thought    = thoughtPanel.GetComponent <ThoughtKitchen>();
     addinstuff = StuffPanel.GetComponent <AddInStuffKitchen>();
     thought.ShowThought(0);
     smicrowave = microwave.GetComponent <microwave>();
 }
Example #2
0
 private void Start()
 {
     thought = thoughtPanel.GetComponent <ThoughtKitchen>();
     startY  = gameObject.transform.position.y;
     startX  = gameObject.transform.position.x;
 }