Project

General

Profile

Feature #1280

Updated by skyjake over 11 years ago

Animate Decorations by providing multiple Stages.
Not terribly difficult to implement but requires more
than just a couple of changes.



Decoration {
Glow

__Glow
{ Stage { ... } }
Light

__Light
{
Stage

____Stage
{ Time = 2; Radius = 1; }
Stage

____Stage
{ Time = 1; Radius = .2; }

__}
}


*Labels:* Graphics

Back