11_111/designer/conf.lua

function love.conf(t)
	t.identity = "11_111"
	t.window.title = "designer"
	t.window.resizable = true
end