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

end