summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
blob: c8c315a94c614965640768289b25074953251de5 (plain)
1
2
3
4
5
6
7
8
function love.conf(t)
	t.title = "notnauts"
	t.version = "0.10.1"
	t.window.icon = "assets/icon.png"
	t.window.width = 315*4
	t.window.height = 200*4
	t.console = true
end