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