예제 #1
0
 // Use this for initialization
 void Start()
 {
     thePlayer = FindObjectOfType <CharacterMovementTile>();
     tcontrols = FindObjectOfType <TouchControls>();
 }
예제 #2
0
 void Start()
 {
     anim = player.GetComponent<Animator>();
     thePlayer = FindObjectOfType<CharacterMovementTile>();
 }
예제 #3
0
 void Start()
 {
     anim      = player.GetComponent <Animator>();
     thePlayer = FindObjectOfType <CharacterMovementTile>();
 }