summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
blob: c5d97e3a72eb49c8ee5bf485d5847c1ab67d511b (plain)
1
2
3
4
5
6
7
8
-- Game configuration
function love.conf(t)
	t.title = "Roflnauts 2"
	t.version = "0.10.1"
	t.window.fullscreentype = "desktop"
	t.window.fullscreen = true
	t.console = false
end