issues
search
JNechaevsky
/
international-doom
Small, functional and simple source ports, created with help, efforts and bits of code from people around the world.
https://jnechaevsky.github.io/inter-doom/
GNU General Public License v2.0
30
stars
2
forks
source link
Rewrote and simplify smooth palette changing
#151
Closed
JNechaevsky
closed
2 months ago
JNechaevsky
commented
2 months ago
No need to perform pane alpha value operations over the game state code. Let the gametic-based palette handler calculate it and pass it to the renderer.
Such approach should be more accurate, comparing to original one.