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