brot/conf.lua

function love.conf(t)
	t.identity = "brot"
	t.window.title = "brot"
	t.window.resizable = true
end