From 7371fc3e410024dcfc2ce9b0aff721b1fc921a6e Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Sun, 13 Jan 2013 14:34:09 -0430 Subject: [PATCH] Updated the TODO file. --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index c261f6c..8d0d662 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ Inmediate things: - 1) Move game.DEBUG to a constants.py file - 2) Add animation support to the BaseActor class. - 3) Finish the MenuState class. - 4) Add sound support to IntroState and MenuState. + 1) Add animation support to the BaseActor class. + 2) Add sound support to IntroState and MenuState. + 3) Implement the before-game intro. + 4) Implement the score state.