No, I mean how to add a glow effect like all the other radioactive elements to my newly modded element, which is a radioactive gas... And pressing 7 didn't work.
what i do is i open up the codes that do have glow and one that doesnt and search the differences in code
Didn't work..
I did, but it didn't work.
The code was like this:
//#TPT-Directive ElementHeader Element_RADN static int graphics(GRAPHICS_FUNC_ARGS)
int Element_RADN::graphics(GRAPHICS_FUNC_ARGS)
{
*pixel_mode |= PMODE_GLOW;
return 0;
}
But it turned out like this:
No glow.