mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 03:08:40 -04:00
ecf590f30e
Fixes Jak 1 shadow color. Old behavior is subtractive blend with a hardcoded value, which often times look way too dark, but it looks like the actual game uses some sort of multiplicative blend and a customizable shadow color (for all shadows at once). Before vs after:     Also fixes #2646