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.