コード例 #1
0
    ////////////////////////////////////TEST SCENE////////////////////////////////
    //This button is being used to add 1, it will update display
    // giving the effect of the player moving accross the "board".
    // Work in progress......
    public void ClickButtonMove()
    {
        int y = 0;

        textFile.UpdateTextDisplay(y);
        y++;
        Debug.Log("Y" + y);
    }