Classes:WaterSplash

From ZDoom Wiki

Jump to: navigation, search
Water splash
Actor type SFX Game
DoomEd Number None Class Name WaterSplash

Classes: WaterSplash

Small water splashes.

DECORATE definition

ACTOR WaterSplash
{
  Radius 2
  Height 4
  +NOBLOCKMAP 
  +MISSILE 
  +DROPOFF
  +NOTELEPORT
  +LOWGRAVITY
  +CANNOTPUSH
  +DONTSPLASH
  +DONTBLAST
  States
  {
  Spawn:
    SPSH ABC 8
    SPSH D 16
    Stop
  Death:
    SPSH D 10
    Stop
  }
}
Personal tools