Exemplo n.º 1
0
        public static void OnLoadLevel()
        {
            if (Scenes.PreviousScene == Scenes.Types.Result)
            {
                LevelPlayground.Resetlevels();
            }

            Scenes.GoToScene(Scenes.Types.Level);
        }
Exemplo n.º 2
0
        public static void OnContinueLevel()
        {
            LevelPlayground.Resetlevels();
            LevelPlayground.SetLevelState(LevelPlayground.LevelState.Unknown);

            Server.Report(Server.ReportComands.NextLevel);

            Scenes.GoToScene(Scenes.Types.Level);
        }