aboutsummaryrefslogtreecommitdiff
path: root/conf.lua
blob: c693fa61c673f48e269cd3bf9967325522391817 (plain)
1
2
3
4
5
6
7
function love.conf(t)
  t.version = "0.10.0"
  t.modules.joystick = false
  t.window.title = "Don't Get a Virus"
  t.window.fullscreentype = "desktop"
  t.window.fullscreen = true
end