Hotfix: Key config screen draws the correct background

pull/75/head
Ishaan Bhardwaj 2023-07-16 18:40:10 -04:00
parent 2a21484137
commit a1f0dfd9f2
1 changed files with 1 additions and 1 deletions

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