summaryrefslogtreecommitdiff
path: root/game.adb
diff options
context:
space:
mode:
Diffstat (limited to 'game.adb')
-rw-r--r--game.adb11
1 files changed, 10 insertions, 1 deletions
diff --git a/game.adb b/game.adb
index ec5c0c5..557ccf2 100644
--- a/game.adb
+++ b/game.adb
@@ -1392,8 +1392,17 @@ begin
Close_Window;
end;
--- TODO: Closed eyes should always point down
+-- TODO: Default 16:9 resolution
+-- TODO: Fullscreen mode
+-- TODO: Compile MinGW build with Windows Subsystem (so it does not show cmd window)
+-- TODO: Don't reset cooldown timer for bosses (might be duplicate)
+-- TODO: Try MSAA (if too slow, don't)
+-- TODO: Bake assets into executable
+-- TODO: Keep rendering Player on Turn_Animation even if Dead
+-- TODO: Rename executable to "eepers"
+-- TODO: Icon on for Windows build
-- TODO: Checkpoints must refill the bombs
+-- TODO: Closed eyes should always point down
-- TODO: Special Eeper Eyes on Damage
-- TODO: Show Boss Cooldown timer outside of the screen somehow
-- TODO: Place bombs directly at the Player's position