Hotfix: Key config screen draws the correct background

This commit is contained in:
Ishaan Bhardwaj 2023-07-16 18:40:10 -04:00
parent 2a21484137
commit a1f0dfd9f2

View File

@ -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