qzdoom/wadsrc
nashmuhandes aeaa7f21c7 Add some new optional parameters to A_SprayDecal:
- useBloodColor: when true, the sprayed decal will be shaded to match the calling actor's blood color.
- decalColor: when defined, the sprayed decal will be shaded to the specified color. Note that this will take precedence over useBloodColor. It is recommended to use only one parameter.

Note that due to how decals work in the engine, the "decalColor" parameter will only properly colorize the decal if the image is grayscale.
2021-05-22 10:20:52 -04:00
..
static Add some new optional parameters to A_SprayDecal: 2021-05-22 10:20:52 -04:00
CMakeLists.txt - bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions. 2021-03-08 13:58:29 +01:00