Replace settings module with skirmish mode

Removed the settings UI and its keybinding logic, added a skirmish view
and corresponding keybindings, simplified the SettingsState to hold
skirmish configuration, updated module exports, and changed the CLI
default map height from 25 to 21. Also fixed the main menu selection
limit.
This commit is contained in:
2026-03-17 14:28:46 +01:00
parent aaa2c90426
commit 0577697059
14 changed files with 149 additions and 355 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
pub mod default;
pub mod main_menu;
pub mod settings;
pub mod skirmish;
pub use default::default_view;
pub use main_menu::main_menu_view;
pub use settings::settings_view;
pub use skirmish::skirmish_view;