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

@@ -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