feat: fullscreen toggle key

This commit is contained in:
Ryan Walters
2025-09-11 09:09:35 -05:00
parent 36e9de1a1f
commit 126b6ff378
7 changed files with 37 additions and 3 deletions

View File

@@ -19,7 +19,10 @@ pub enum GameCommand {
/// Restart the current level with fresh entity positions and items
ResetLevel,
/// Pause or resume game ticking logic
/// TODO: Display pause state, fix debug rendering pause distress
TogglePause,
/// Toggle fullscreen mode (desktop only)
ToggleFullscreen,
}
/// Global events that flow through the ECS event system to coordinate game behavior.