feat: Refactor renderer key event handling and disable FPS counter by default

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-19 19:33:49 +01:00
parent 3e091c3d5d
commit bb1d04563a
6 changed files with 36 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ class WolfEngine {
double get fps => _smoothedFps;
/// Whether renderers should draw the FPS counter overlay.
bool showFpsCounter = true;
bool showFpsCounter = false;
/// The episode index where the game session begins.
final int? startingEpisode;