コード例 #1
0
 // Use this for initialization
 void Start()
 {
     sprite = GetComponent <tk2dAnimatedSprite>();
     jump   = GetComponent <JumpWhenHeartNear>();
 }
コード例 #2
0
ファイル: Ali.cs プロジェクト: jcmartinac/heartillery
 // Use this for initialization
 void Start()
 {
     sprite = GetComponent<tk2dAnimatedSprite>();
     jump = GetComponent<JumpWhenHeartNear>();
 }