Roguelike map

This commit is contained in:
Marco 2025-04-10 19:04:06 +02:00
commit e1496c9228
18 changed files with 226 additions and 101 deletions

View file

@ -34,6 +34,7 @@ public partial class DifficultyMenu : MenuBase
GlobalState.Session.NewSession();
GlobalState.Session.AllowSaving = true;
GlobalState.Session.Difficulty = difficultyLevel;
GlobalState.Session.GameMode = GameMode.Game;
GlobalState.Instance.GotoScene(StartMap);
}
}