summaryrefslogtreecommitdiff
path: root/src/conf.lua
blob: 98bf66d812ed7e823696942736139aa2263bac65 (plain)
1
2
3
4
5
6
7
8
function love.conf(t)
	t.window.title = "the"
	t.window.width=640
	t.window.height=480
	t.window.resizeable=true

end