Code: Select all
"0 7" = // Lave
{
// Sun settings
corona_flare = 0.075; // from 0.0 to 1.0
corona_hues = 1.0; // from 0.0 to 1.0
sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
Code: Select all
"0 7" = // Lave
{
texture="newtexture.png";
// Sun settings
corona_flare = 0.075; // from 0.0 to 1.0
corona_hues = 1.0; // from 0.0 to 1.0
sun_color = blueColor; // can also be redColor, greenColor or things like sun_color=(0.45, 0.8, 1.0); for any color you may need
};
There's also the corona_shimmer setting, accepts a number from 0.0 (corona colours change very slowly) to 1.0 (the corona is 'slightly' hyperactive... )