From 5c2254d76296539bee85c6ae6088ad64a08654d7 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Tue, 22 Jan 2013 23:00:54 -0430 Subject: [PATCH] Updated the TODO file. --- TODO | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index ce0b478..95187a7 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,4 @@ Stuff left: - 1) Add sound support to the BaseState subclasses. - 2) Implement the NPC spawners. - 3) Calculate socres and wave increases. - 4) Implement the defeat condition with the enemies. - 5) Center the letters in ScoreState and the story labels in MenuState. - 6) Fix the issue of the right wall not properly aligned on Android. - 7) Make movement relative to player position. - 8) Make npcs change direction randomly. - 9) Make npcs run away from player + 1) Add sound and music. + 2) Implement the defeat condition with the enemies. + 3) Center the letters in ScoreState and the story labels in MenuState.