Support opening monster viewer screen from main menu

This commit is contained in:
2025-09-25 03:55:20 -07:00
parent 84f0f8338f
commit 78e08bec5c
7 changed files with 36 additions and 32 deletions

View File

@@ -14,6 +14,7 @@ public partial class AppLogic
}
public Transition On(in Input.NewGame input) => To<GameStarted>();
public Transition On(in Input.EnemyViewerOpened input) => To<EnemyViewer>();
}
}