Add freezetics support to all actors that need it.
Remove Demoslayer fun option.
This commit is contained in:
parent
098cc0ef89
commit
ab9023d3ee
25 changed files with 312 additions and 291 deletions
|
|
@ -70,6 +70,11 @@ Class GoldShellSparkle : SWWMNonInteractiveActor
|
|||
}
|
||||
override void Tick()
|
||||
{
|
||||
if ( freezetics > 0 )
|
||||
{
|
||||
freezetics--;
|
||||
return;
|
||||
}
|
||||
if ( isFrozen() ) return;
|
||||
SetOrigin(Vec3Offset(0,0,vel.z),true);
|
||||
alpha -= .02;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue