From b95d1a8bdf0e229981e9b93e433f8dd134f0fc88 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Thu, 10 Jan 2013 17:02:42 -0430 Subject: [PATCH] Updated the TODO file. --- TODO | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 9a1045e..c261f6c 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ 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 + 3) Finish the MenuState class. + 4) Add sound support to IntroState and MenuState.