ESC -> lib-management.launcher (renamed per ADR-0045)

The launcher migrated from lib-sporel.launcher to lib-management.launcher
per ADR-0045 (three-tier library naming). Update ESC handler + README
reference to match the new module id.
This commit is contained in:
Axel Meyer
2026-05-31 00:22:27 +02:00
parent 1a7b35bce4
commit 2c7edc0762
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ graph LR
- 8 units in 3 speed-classes (red=100, brown=150, yellow=200 px/s) clustered in the left half of a 20x20 map; speed-variation visible on cross-map moves.
- Direct-line move (no pathfinding — units walk through wall-clusters; pathfinding deferred to P.4).
- Free-pan camera with all three pan-sources (keys, edge-scroll, middle-drag) simultaneously enabled.
- `engine.switch_module("lib-sporel.launcher")` on ESC to return to the launcher chooser.
- `engine.switch_module("lib-management.launcher")` on ESC to return to the launcher chooser.
## Interactions