diff options
author | talha <sarcxd@gmail.com> | 2025-03-01 21:19:57 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-03-01 21:19:57 +0500 |
commit | b5dc71d7b4d9e244d76a23cfb59dd782c4c36baf (patch) | |
tree | 2be97b85f9c81a3665dc68505df040264cfe1dc7 /source/todo.txt | |
parent | 0e0f7d8c2ac664157817221c0f45a1560c271c8b (diff) |
Added levels, fixed jumping when gravity is inverted
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 aa524cc..ae8fd6b 100644 --- a/source/todo.txt +++ b/source/todo.txt @@ -38,7 +38,8 @@ in the level file. - Port text rendering to stb_truetype DOING: +- Making levels TODO: -- Making levels +- add panning from level goal to player position when loading a new level |