From a1682c0e4390d12ebb7583bd3794a34f60b99037 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Wed, 9 Jan 2013 23:02:00 -0430 Subject: [PATCH] Added a TODO file. --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..9a1045e --- /dev/null +++ b/TODO @@ -0,0 +1,7 @@ +Inmediate things: + 1) Move game.DEBUG to a constants.py file + 2) Add animation support to the BaseActor class. + 3) Implement a EightDirectionsActor class. + 4) Finish the IntroState class. + 5) Finish the MenuState class. + 6) Add sound support to IntroState and MenuState. \ No newline at end of file