mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-27 11:22:15 -05:00
Add todo
This commit is contained in:
parent
2b67369278
commit
8a5a29ce8c
9
TODO.txt
9
TODO.txt
@ -1,6 +1,13 @@
|
|||||||
general:
|
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.
|
up to 150.
|
||||||
- Add blinking:
|
- Add blinking:
|
||||||
- In menu, the selected level number should blink to indicate it can be
|
- In menu, the selected level number should blink to indicate it can be
|
||||||
|
Loading…
Reference in New Issue
Block a user