BatsAndPray/conf.lua

5 lines
85 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"
end