[SOLVED] Shaded renderstyle + color?
Posted: Tue Jul 18, 2017 4:38 am
Wiki specifies that Shaded renderstyle for sprites is "how decals are drawn". However, decals can be tinted to have specific color. Can shaded sprites have color?
Code: Select all
Actor BurnSmoke
{
RenderStyle "Shaded"
StencilColor "2F 2F 2F"
States
{
Spawn:
SMOK A 1 etc...
}
}
Cool, I thought this property only worked with Stencil renderstyle. I'll update the wiki page then. Thanks!TheCamaleonMaligno wrote:Yes, you just need to specify the StencilColor property to the actor