Exemplo n.º 1
0
 void Awake()
 {
     initialTrigger   = false;
     dropTrigger      = false;
     curGaze          = dressGaze.NONE;
     curVisible       = dressGaze.NONE;
     rugmouthAnimator = GetComponent <Animator> ();
     kissControl      = transform.Find("transport_platform_base").gameObject.GetComponent <KissingController> ();
     lover            = transform.Find("transport_platform_base").Find("Lover Standing").gameObject;
     loverDress       = lover.transform.Find("lover_standing_dress").gameObject;
     loverTux         = lover.transform.Find("lover_standing_tux").gameObject;
 }
Exemplo n.º 2
0
 public void PtrExitAll()
 {
     curGaze = dressGaze.NONE;
 }
Exemplo n.º 3
0
 public void PtrEnterTux()
 {
     curGaze = dressGaze.TUX;
 }
Exemplo n.º 4
0
 public void PtrEnterDress()
 {
     curGaze = dressGaze.DRESS;
 }