summaryrefslogtreecommitdiff
path: root/source/todo.txt
diff options
context:
space:
mode:
authortalha <sarcxd@gmail.com>2025-02-11 01:05:02 +0500
committertalha <sarcxd@gmail.com>2025-02-11 01:05:02 +0500
commitabc9a0dd0e8ae882bef4635c06a26f3727a7f776 (patch)
treed4c77d4bcc572239e228347e2a4de2a3a13b71b3 /source/todo.txt
parent355423d1f6cd364f17c29486b669c8f33c4b77f6 (diff)
Added line renderering
Diffstat (limited to 'source/todo.txt')
-rw-r--r--source/todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/todo.txt b/source/todo.txt
index 0228778..165d963 100644
--- a/source/todo.txt
+++ b/source/todo.txt
@@ -38,6 +38,8 @@ BLOCKED:
- Audio: figure out what the correct audio sound for jumping will be.
TODO:
+- Fix camera jerk on level load
+- Make camera pan a continuous function, discrete steps are too jerky.
- Update camera follower for centering player in view (with limits) after
a few seconds (maybe like 2 seconds)
- Implement Broad Phase Collision for efficient collision handling, let's see