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 the ESC handler to
target the new module id so quit-to-launcher continues to work.
This commit is contained in:
Axel Meyer
2026-05-31 00:22:25 +02:00
parent f00b8ba76a
commit c49f34efac

View File

@@ -152,7 +152,7 @@ end
function update(ctx, dt)
if input.was_action_pressed("quit") then
-- ADR-0028: ESC returns to launcher per P.3.4.
engine.switch_module("lib-sporel.launcher")
engine.switch_module("lib-management.launcher")
return
end