Classes:Column

From ZDoom Wiki

Jump to: navigation, search
Light column
Actor type Light source Game
DoomEd Number 2028 Class Name Column

Classes: Column

An illuminated bollard, metallic with a yellow lamp.

DECORATE definition

ACTOR Column 2028
{
  Game Doom
  Radius 16
  Height 48
  +SOLID
  States
  {
  Spawn:
    COLU A -1 bright
    Stop
  }
}
Personal tools