diff options
author | talha <sarcxd@gmail.com> | 2025-01-28 22:01:29 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-01-28 22:01:29 +0500 |
commit | 8c772d074915714aa059517971eb770f48edad40 (patch) | |
tree | db70f16ec45fff63eef38a2ce8bb62d8fe737541 /source/todo.txt | |
parent | 35a471880543a117b70c44d5e230ae2b3d56a037 (diff) |
Updated level_handling:
- automatically load the next level once goal is reached
Diffstat (limited to 'source/todo.txt')
-rw-r--r-- | source/todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/todo.txt b/source/todo.txt index 09fb8bd..d2149a7 100644 --- a/source/todo.txt +++ b/source/todo.txt @@ -23,9 +23,10 @@ DONE: - Level Creation - improved player movement - Added comments to the level file format +- Level completion Object TODO: -- Level completion Object +- Better level format, not having to specify the level element count in the level file. - Audio - Update camera follower for centering player in view (with limits) after a few seconds (maybe like 2 seconds) |