polyflux/conf.lua

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