First commit, WIP

This commit is contained in:
aur9ra
2023-07-14 17:54:35 -07:00
parent 52d4aeb3d0
commit 4478c07acf
12 changed files with 85 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ function ConfigScene:update() end
function ConfigScene:render()
love.graphics.setColor(1, 1, 1, 1)
love.graphics.draw(
backgrounds["input_config"],
fetchBackgroundAndLoop("options_input"),
0, 0, 0,
0.5, 0.5
)