summaryrefslogtreecommitdiff
path: root/source/todo.txt
diff options
context:
space:
mode:
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