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