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/`.