Hi all
i need to know how to change the colour of the zombie and vortigaunts blood.
i would like it red (decals and sprites)
thanks
Created 11 years ago2013-11-08 16:48:31 UTC by LApans
m_bloodColor = BLOOD_COLOR_GREEN;
This is where the blood color of the zombie is defined, in this case, green, also known as yellow. Simply change it toBLOOD_COLOR_RED
.BLOOD_COLOR_GREEN;
toBLOOD_COLOR_RED
.