BatsAndPray/conf.lua
2020-09-19 18:43:39 -05:00

5 lines
85 B
Lua

function love.conf(t)
t.window.resizable = true
t.window.title = "Bats & Pray"
end