summaryrefslogtreecommitdiff
path: root/conf.lua
blob: 8852646820963848968c42bbbc502595127e242c (plain)
1
2
3
4
5
6
7
8
9
10
function love.conf(t)
	t.title = "The Visitor (Fermijam)"
	t.version = "0.10.1"
	-- t.window.width = 100*6
	-- t.window.height = 57*6
	-- t.window.borderless = true
	t.window.fullscreentype = "desktop"
	t.window.fullscreen = true
	-- t.console = true
end