mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-23 20:39:03 -06:00
Hotfix: Key config screen draws the correct background
This commit is contained in:
parent
2a21484137
commit
a1f0dfd9f2
@ -45,7 +45,7 @@ end
|
|||||||
|
|
||||||
function KeyConfigScene:render()
|
function KeyConfigScene:render()
|
||||||
love.graphics.setColor(1, 1, 1, 1)
|
love.graphics.setColor(1, 1, 1, 1)
|
||||||
drawBackground("input_config")
|
drawBackground("options_input")
|
||||||
|
|
||||||
love.graphics.setFont(font_3x5_2)
|
love.graphics.setFont(font_3x5_2)
|
||||||
for i, input in ipairs(configurable_inputs) do
|
for i, input in ipairs(configurable_inputs) do
|
||||||
|
Loading…
Reference in New Issue
Block a user