diff options
author | davidovski <david@davidovski.xyz> | 2024-04-24 01:00:34 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-04-24 01:00:34 +0100 |
commit | 5261b18bfee7ad85d21812b895545ce1e5422bea (patch) | |
tree | c4e76381d72d017d016d7d905cd363472056e0d0 | |
parent | 42eb490434de6ffa6b73a581d9ee2138efac6e73 (diff) |
add todo if i ever decide to revisit
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,12 +3,17 @@ - [x] animatePlayer - [ ] add particles +- [ ] add vortex shader to black hole - [ ] subtle screen shake on death - [?] add an actual ending - [ ] animateExit +- [ ] add enemies - [x] add voiceover -- [x] add more levels +- [ ] add more levels - [x] add more items - [x] add << and || on pause and play - [x] add menu -- [x] add hints (press e to edit again, r to reverse) +- [ ] add hints (press e to edit again, r to reverse) +- [ ] fix physics +- [ ] remove softlocks when placing things at player spawn + |