Added background for options screen

This commit is contained in:
Oshisaure
2020-10-09 18:44:48 +01:00
parent 63c0721978
commit 4cb20101b0
3 changed files with 8 additions and 0 deletions

View File

@@ -28,6 +28,13 @@ function ConfigScene:update()
end
function ConfigScene:render()
love.graphics.setColor(1, 1, 1, 1)
love.graphics.draw(
backgrounds["input_config"],
0, 0, 0,
0.5, 0.5
)
love.graphics.setFont(font_3x5_2)
for i, input in pairs(configurable_inputs) do
if config.input[input] then