summaryrefslogtreecommitdiff
path: root/client/conf.lua
blob: 3a68be3a6f1f90abd8e20285ba8184ffe5b8835b (plain)
1
2
3
4
5
6
function love.conf(t)
	t.window.title = "hexagon emulator"
	t.window.resizable = true
	t.window.msaa =4

end