summaryrefslogtreecommitdiffhomepage
path: root/conf.lua
blob: 51841e1a3783a16c3d57707c2b9d22d47d3b9e75 (plain)
1
2
3
4
5
6
7
function love.conf(t)
	t.title = "notnauts"
	t.version = "0.10.1"
	t.window.width = 290
	t.window.height = 200
	t.console = true
end