예제 #1
0
    private void Start()
    {
        CombatController.Instance.tutorial             = true;
        TutorialRhythmGameController.Instance.tutorial = true;
        rhythmGameController         = CombatController.Instance;
        tutorialRhythmGameController = TutorialRhythmGameController.Instance;

        StartCoroutine(TutorialFlow());

        SongManager.Instance.PlaySong("Job2");        // Sloan, Kalax, Morse, Necro

        DetermineOverlaytext();
    }
 private void Awake()
 {
     instance = this;
 }