BatsAndPray/conf.lua

6 lines
105 B
Lua
Raw Normal View History

2020-09-19 18:43:39 -05:00
function love.conf(t)
t.window.resizable = true
t.window.title = "Bats & Pray"
t.window.vsync = 0
2020-09-19 18:43:39 -05:00
end