From 94ea64a297a94c80be3bbb0ab53328eb6570aae0 Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Mon, 29 Dec 2025 01:28:19 -0500 Subject: [PATCH] entirely rework event handling take 5 --- startup.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/startup.lua b/startup.lua index a443564..23727dc 100644 --- a/startup.lua +++ b/startup.lua @@ -585,6 +585,9 @@ end local function mainMenu() while true do + -- Setup basic handlers for main menu + handlers.setupConnectionHandlers() + display.showMainMenu() local answer = parallel.waitForAny(GetClick, GetActivation)