feat: Update README to clarify wolf_3d_menu.dart functionality with color accessors

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-24 15:02:57 +01:00
parent ccc23e728c
commit 9f3651b122
+1 -1
View File
@@ -22,7 +22,7 @@ Primary entry libraries in `lib/`:
- `wolf_3d_renderer.dart` — rendering/backends integration points. - `wolf_3d_renderer.dart` — rendering/backends integration points.
- `wolf_3d_audio.dart` — audio interfaces and host backends. - `wolf_3d_audio.dart` — audio interfaces and host backends.
- `wolf_3d_input.dart` — input abstractions. - `wolf_3d_input.dart` — input abstractions.
- `wolf_3d_menu.dart` — menu models/managers. - `wolf_3d_menu.dart` — menu models/managers and shared `WolfMenuPalette` color accessors for hosts.
- `wolf_3d_host.dart` — host-level glue contracts. - `wolf_3d_host.dart` — host-level glue contracts.
Implementation details live under `lib/src/`. Implementation details live under `lib/src/`.