From 986db10053e25e0f892b4b60122faaf2cba97872 Mon Sep 17 00:00:00 2001 From: a327ex Date: Sun, 18 Jul 2021 01:08:59 -0300 Subject: [PATCH] Removed focus pause --- engine/init.lua | 2 ++ todo | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/init.lua b/engine/init.lua index dba0c94..d77c2af 100644 --- a/engine/init.lua +++ b/engine/init.lua @@ -126,10 +126,12 @@ function engine_run(config) return a or 0 end elseif name == "focus" then + --[[] if main.current:is(Arena) then if not a then open_options(main.current) else close_options(main.current) end end + ]]-- elseif name == "keypressed" then input.keyboard_state[a] = true; input.last_key_pressed = a elseif name == "keyreleased" then input.keyboard_state[a] = false elseif name == "mousepressed" then input.mouse_state[input.mouse_buttons[c]] = true; input.last_key_pressed = input.mouse_buttons[c] diff --git a/todo b/todo index d394308..d691617 100644 --- a/todo +++ b/todo @@ -7,7 +7,7 @@ Weekly maintenance updates: * Warden's bubble is now affected by magnify * Changed all text instances of "active set" to "active class" to avoid confusion * Added a run timer option - note that the timer will be off for saved runs that started before the patch - * Alt tabbing now automatically pauses the game while in the arena + -- * Alt tabbing now automatically pauses the game while in the arena * Shop level can now be reduced #1