mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-22 16:02:54 +02:00
PPIP glowing brick in fire mode
This commit is contained in:
@@ -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