mike: updated TODO

This commit is contained in:
Logen Kain 2017-07-25 21:33:40 -07:00
parent 46c7910eaa
commit acc341103f

View File

@ -1,6 +1,9 @@
Add more hitboxes to paddle than simply half left, half right, middle nothing Add more hitboxes to paddle than simply half left, half right, middle nothing
Add speed variations 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. 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