Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     sprite = GetComponent <tk2dAnimatedSprite>();
     jump   = GetComponent <JumpWhenHeartNear>();
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     sprite = GetComponent<tk2dAnimatedSprite>();
     jump = GetComponent<JumpWhenHeartNear>();
 }