From a1f0dfd9f24cc2c527f353004370a66638428cb1 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sun, 16 Jul 2023 18:40:10 -0400 Subject: [PATCH] Hotfix: Key config screen draws the correct background --- scene/key_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/key_config.lua b/scene/key_config.lua index ce32226..a062b2e 100644 --- a/scene/key_config.lua +++ b/scene/key_config.lua @@ -45,7 +45,7 @@ end function KeyConfigScene:render() love.graphics.setColor(1, 1, 1, 1) - drawBackground("input_config") + drawBackground("options_input") love.graphics.setFont(font_3x5_2) for i, input in ipairs(configurable_inputs) do