Exemplo n.º 1
0
    //Sets the c_underscore character to _, looks for the letter container and initializes it using letter container function.
    void ScriptWriterInitialize()
    {
        SetInstantiationPoint(-F_MaxX, -F_MaxY);
        string s_underscore = "_";

        c_underscore        = s_underscore.ToCharArray();
        Scr_LetterContainer = GameObject.FindObjectOfType <LetterContainer>();
        Scr_LetterContainer.LetterContinerInitialize();
    }