Classes:Bang4Cloud

From ZDoom Wiki

Jump to: navigation, search
Explosion cloud
Actor type SFX Game
DoomEd Number None Class Name Bang4Cloud

Classes: Bang4Cloud

A cloud used for various explosions in Strife. This actor has no direct equivalent in the original game. To create this, Strife spawned a spark and then changed its state to that of this explosion cloud. ZDoom uses a more logical approach.

DECORATE definition

ACTOR Bang4Cloud
{
  +NOBLOCKMAP
  +NOGRAVITY
  RenderStyle Add
  VSpeed 1
  States
  {
  Spawn:
    BNG4 BCDEFGHIJKLMN 3 Bright
    Stop
  }
}
Personal tools