Files
wolf_dart/packages/wolf_3d_dart/lib/wolf_3d_menu.dart
T
hans 5c309c2240 Refactor menu structure and add Flutter-specific input and persistence layers
- Moved menu-related classes to a new structure under `src/menu/`.
- Introduced `WolfMenuPresentation` to handle menu art and mappings.
- Added `MenuManager` tests to ensure menu state reflects game status.
- Implemented `FlutterRendererSettingsPersistence` and `FlutterSaveGamePersistence` for managing settings and save files on desktop platforms.
- Created `Wolf3dFlutterInput` to handle keyboard and mouse input in a Flutter environment.
- Updated README to reflect new package structure and usage instructions.

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-03-24 18:45:34 +01:00

6 lines
137 B
Dart

/// Shared menu helpers for Wolf3D hosts.
library;
export 'src/menu/wolf_menu_pic.dart';
export 'src/menu/wolf_menu_presentation.dart';