From c49f34efac86c5abf1a903c4e4108ebf645d18f1 Mon Sep 17 00:00:00 2001 From: Axel Meyer Date: Sun, 31 May 2026 00:22:25 +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 the ESC handler to target the new module id so quit-to-launcher continues to work. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 1c096f5..2039da8 100644 --- a/init.lua +++ b/init.lua @@ -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