From dbeb792f201f784ff78e75eb3562922bcbb010c6 Mon Sep 17 00:00:00 2001 From: Chris B <1029chris@gmail.com> Date: Wed, 30 Dec 2015 17:24:34 -0800 Subject: Updating config to 0.10.0 --- conf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index e8527f0..9444c30 100644 --- a/conf.lua +++ b/conf.lua @@ -1,9 +1,9 @@ function love.conf(t) t.window.width = 0 t.window.height = 0 - t.version = "0.9.2" + t.version = "0.10.0" t.modules.joystick = false t.window.title = "Don't Get a Virus" t.window.fullscreen = true - t.window.fullscreentype = "normal" + t.window.fullscreentype = "exclusive" end -- cgit