Exemplo n.º 1
0
 private void Awake()
 {
     startScale     = ParentJellySprite.transform.localScale;
     actions        = ParentJellySprite.GetComponent <WarbleActions>();
     dragController = GetComponent <ClickAndDrag>();
     Warping        = false;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     actions = GetComponent <WarbleActions>();
 }