conf.lua 201 Bytes
function love.conf(t)
	t.title = "TROSH: The Movie: The Game"
	t.author = "Maurice"
	t.console = false
	t.screen.vsync = true
	t.screen.width = 800
	t.screen.height = 640
	t.screen.fsaa = 0
end