BatsAndPray/conf.lua

6 lines
105 B
Lua

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