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:
2
init.lua
2
init.lua
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user