From 2c7edc0762571c1a88d5385f0a04c1bbe0617fee Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 31 May 2026 00:22:27 +0200 Subject: [PATCH] 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. --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e355fa4..16b5a5a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index aa3b1a4..eafe4d9 100644 --- a/init.lua +++ b/init.lua @@ -100,7 +100,7 @@ end function update(ctx, dt) if input.was_action_pressed("quit") then engine.print("rts-prototype: ESC -> launcher") - engine.switch_module("lib-sporel.launcher") + engine.switch_module("lib-management.launcher") return end