コード例 #1
0
ファイル: Tutorial.cs プロジェクト: GDPUFRJ/Kingdom
    public void StartTutorial()
    {
        sectionManager.SelectSection(1);
        currentScreen = 1;

        if (thisIsTheGameScene)
        {
            TimerPanel.SetPause(true);
        }

        StartCoroutine(ShowScreen(currentScreen));
    }