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 quit_to_launcher
handler to match the new module id.
This commit is contained in:
Axel Meyer
2026-05-31 00:22:30 +02:00
parent 7ebd17209f
commit c04dea7f3e

View File

@@ -228,7 +228,7 @@ end
function M.update(ctx, dt) function M.update(ctx, dt)
if input.was_action_pressed("quit_to_launcher") then if input.was_action_pressed("quit_to_launcher") then
engine.switch_module("lib-sporel.launcher") engine.switch_module("lib-management.launcher")
return return
end end