예제 #1
0
    void Awake()
    {
        playerActionControl = new TwoPlayerActionControl();
        canvas          = canvas1;
        canvas.enabled  = true;
        canvas2.enabled = false;
        currentMessage  = 1;
        int i = 0;

        //typingSound=canvas.GetComponent<AudioSource>().clip;
    }
예제 #2
0
 void Awake()
 {
     playerActionControl = new TwoPlayerActionControl();
     gameManager         = FindObjectOfType <gameManagerScript>();
     anim = GetComponent <Animator>();
 }
예제 #3
0
    void Awake()
    {
        playerActionControl = new TwoPlayerActionControl();

        anim = GetComponent <Animator>();
    }