Revamp map route stuff

This commit is contained in:
2026-06-11 20:53:16 -07:00
parent fc598ab48f
commit 403b136c5c
34 changed files with 731 additions and 559 deletions
@@ -13,6 +13,7 @@ public partial class GameState
public FloorExitScreen()
{
OnAttach(() => Get<IGameRepo>().Pause());
OnDetach(() => Get<IGameRepo>().Resume());
}
public Transition On(in Input.LoadNextFloor input)