From acc341103fbee4c3f4f93ed39f8cba602eafd2e7 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Tue, 25 Jul 2017 21:33:40 -0700 Subject: [PATCH] mike: updated TODO --- love/mike/TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/love/mike/TODO b/love/mike/TODO index c5aad1e..009e799 100644 --- a/love/mike/TODO +++ b/love/mike/TODO @@ -1,6 +1,9 @@ Add more hitboxes to paddle than simply half left, half right, middle nothing Add speed variations -add blocks +add blocks -- don't forget to put them into the actors container Either find or write a better way to save table information, tserial fails when given a table of tables. + Done. However, needs more error checking than simply whether the file is there or not + +Also, possibly find a way to use love.filesystem.write() instead of just doing it myself