diff options
Diffstat (limited to 'conf.lua')
| -rw-r--r-- | conf.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ function love.conf(t) - t.version = "0.10.0" + t.version = "0.10.2" + t.identity = "DontGetAVirus" t.modules.joystick = false t.window.title = "Don't Get a Virus" t.window.fullscreentype = "desktop" |
