示例#1
0
 // Use this for initialization
 void Start()
 {
     jimControl = transform.GetComponent <jimControl2D> ();
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     anim = transform.GetComponent <Animator>();
     //narratorBox = GameObject.FindGameObjectWithTag ("TextBox");
     player = GameObject.FindGameObjectWithTag ("Player").GetComponent<jimControl2D>();
 }
示例#3
0
 // Use this for initialization
 void Start()
 {
     anim = transform.GetComponent <Animator>();
     //narratorBox = GameObject.FindGameObjectWithTag ("TextBox");
     player = GameObject.FindGameObjectWithTag("Player").GetComponent <jimControl2D>();
 }
示例#4
0
 // Use this for initialization
 void Start()
 {
     jimControl = transform.GetComponent<jimControl2D> ();
 }