This commit is contained in:
Miloslav Číž 2020-03-06 23:28:24 +01:00
parent 2b67369278
commit 8a5a29ce8c
1 changed files with 8 additions and 1 deletions

View File

@ -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