예제 #1
0
파일: Sun.cs 프로젝트: SuperPaw/Goblin-Game
    public static void Night()
    {
        SoundController.ChangeBackground(SoundBank.Background.Night);
        SoundController.ChangeMusic(SoundBank.Music.NoMusic);

        Instance.StartCoroutine(Instance.ChangeLightToColor(Instance.NightColor));
    }