From dcf61eedc3f19af5a98ffd78439306ffe205ad77 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 14 Feb 2017 15:55:44 -0800 Subject: Added save game/load game system game auto saves when fight ends --- conf.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index c693fa6..de0dbcf 100644 --- a/conf.lua +++ b/conf.lua @@ -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" -- cgit