PPIP glowing brick in fire mode
This commit is contained in:
parent
62f067d29d
commit
fb6f36907f
@ -51,8 +51,13 @@ int Element_BRCK::graphics(GRAPHICS_FUNC_ARGS)
|
|||||||
{
|
{
|
||||||
if (cpart->tmp == 1)
|
if (cpart->tmp == 1)
|
||||||
{
|
{
|
||||||
*pixel_mode |= PMODE_GLOW;
|
*pixel_mode |= FIRE_ADD;
|
||||||
*colb += 100;
|
*colb += 100;
|
||||||
|
|
||||||
|
*firea = 40;
|
||||||
|
*firer = *colr;
|
||||||
|
*fireg = *colg;
|
||||||
|
*fireb = *colb;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user