aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
blob: 36aa8dcbf5c8b21982b193d3fb9dba512a9c80c1 (plain)
1
2
3
4
5
6
function love.conf(t)
  t.window.title = "Gutshot"
  t.window.width = 320 * 3
  t.window.height = 180 * 3
  t.window.vsync = 1
end