From 9f3651b122e6804ece6cd4545ce0210f123b45c7 Mon Sep 17 00:00:00 2001 From: Hans Kokx Date: Tue, 24 Mar 2026 15:02:57 +0100 Subject: [PATCH] feat: Update README to clarify `wolf_3d_menu.dart` functionality with color accessors Signed-off-by: Hans Kokx --- packages/wolf_3d_dart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wolf_3d_dart/README.md b/packages/wolf_3d_dart/README.md index a88be10..267451f 100644 --- a/packages/wolf_3d_dart/README.md +++ b/packages/wolf_3d_dart/README.md @@ -22,7 +22,7 @@ Primary entry libraries in `lib/`: - `wolf_3d_renderer.dart` — rendering/backends integration points. - `wolf_3d_audio.dart` — audio interfaces and host backends. - `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. Implementation details live under `lib/src/`.