From 002a26897e250c7c5f937089dd7eb38f61962580 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Tue, 15 Jan 2013 22:45:09 -0430 Subject: [PATCH] Updated the TODO file. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 4163213..b86a457 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ -Inmediate things: +Stuff left: 1) Add basic animation support to the BaseActor class. 2) Add sound support to the BaseState subclasses. 3) Implement the 8 directional actor subclass. 4) Implement the global player object. 5) Take the score from the global player object in ScoreState. 6) Implement the NPC's based on the 8 directional actor subclass. + 7) Center the letters in ScoreState and the story labels in MenuState. + 8) Comment everything.