From 3828805abb54d28c00f3eb76dbccc46d5bb78281 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Sun, 30 Jul 2017 21:04:51 -0700 Subject: [PATCH] Mike: updated TODO --- love/mike/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/love/mike/TODO b/love/mike/TODO index 926550c..11a5f73 100644 --- a/love/mike/TODO +++ b/love/mike/TODO @@ -14,3 +14,5 @@ Game crashes if I try to save without running it from the dir code: "love ." But -- Should be doable with love.filesystem.read(SAVE_FILE), just need to stop adding in the "VARIABLE =" at the beginning of my save file -- Also remove the need to put in a string at all this way. -- Previous idea didn't work, but have created the ability to do "actors = GameState.load(SAVE_FILE)" + +Seperate out (or add debug mode) to the print_table function so saving is a seperate thing from printing