mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-23 17:32:16 -05:00
Add todo
This commit is contained in:
parent
2b67369278
commit
8a5a29ce8c
9
TODO.txt
9
TODO.txt
@ -1,6 +1,13 @@
|
||||
general:
|
||||
|
||||
- Let player start with 100 HP, but allow for collecting a higher amount, e.g.
|
||||
- try to make z-buffer 3 line instead of 1D, possibly like this (to keep
|
||||
performance):
|
||||
- at compile time selct X = power of 2 closest to vertical resolution
|
||||
(or something like that)
|
||||
- in pixel funct do something like
|
||||
if (pixel->y % X == 0 && pixel->y != 0)
|
||||
write to z-buffer
|
||||
- let player start with 100 HP, but allow for collecting a higher amount, e.g.
|
||||
up to 150.
|
||||
- Add blinking:
|
||||
- In menu, the selected level number should blink to indicate it can be
|
||||
|
Loading…
Reference in New Issue
Block a user