Example #1
0
    void Start()
    {
        instance = this;

        x = 0;
        y = 0;

        dataController.ReadMap("Assets/testmap.csv");

        dialogueController.ExitDialogue();             // To ensure that the proper canvas is active
        UpdateDescription();
    }