From 7288d660abe3b78a11e7a274f9f60cb8e5cba334 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Thu, 10 Aug 2017 15:15:45 -0700 Subject: [PATCH] Love:Mike: updated TODO --- love/mike/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/love/mike/TODO b/love/mike/TODO index 6f3e004..a592446 100644 --- a/love/mike/TODO +++ b/love/mike/TODO @@ -26,3 +26,4 @@ move save and load to the title screen make the title screen better looking change the title screen to be a selection instead of just pressing keys remove "q" from qutting the gameplay. Change it to "esc" and have it be a menu instead of insta-quit. +This will also have the benefit of fixing the issue of having to use key_released for save load.