diff options
author | talha <sarcxd@gmail.com> | 2025-02-01 14:30:45 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-02-01 14:30:45 +0500 |
commit | 14010050b5030bad7eb3edc20a603ace0c9cd099 (patch) | |
tree | 948adee83a271d1753172e4d51569e45ccbab7af | |
parent | 81a594693acb8bba98728d0d3c09d29beb6fb200 (diff) |
updated todo
-rw-r--r-- | source/todo.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source/todo.txt b/source/todo.txt index d2149a7..a3dfe48 100644 --- a/source/todo.txt +++ b/source/todo.txt @@ -24,10 +24,14 @@ DONE: - improved player movement - Added comments to the level file format - Level completion Object +- Better level format, not having to specify the level element count +in the level file. -TODO: -- Better level format, not having to specify the level element count in the level file. +DOING: - Audio + +TODO: +- Gameplay programming with levels - Update camera follower for centering player in view (with limits) after a few seconds (maybe like 2 seconds) - make movement grid based? let's see but probably not |