blob: de0dbcfc60d9beb122aefc3e898bfd6465f28a53 (
plain)
1
2
3
4
5
6
7
8
|
function love.conf(t)
t.version = "0.10.2"
t.identity = "DontGetAVirus"
t.modules.joystick = false
t.window.title = "Don't Get a Virus"
t.window.fullscreentype = "desktop"
t.window.fullscreen = true
end
|