5 lines
85 B
Lua
5 lines
85 B
Lua
|
function love.conf(t)
|
||
|
t.window.resizable = true
|
||
|
t.window.title = "Bats & Pray"
|
||
|
end
|