Classes:ShortGreenColumn
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Short green column | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 31 | Class Name | ShortGreenColumn |
Classes: ShortGreenColumn
A green marble column decoration with a bas-relief skull pattern.
DECORATE definition
ACTOR ShortGreenColumn 31
{
Game Doom
Radius 16
Height 40
+SOLID
States
{
Spawn:
COL2 A -1
Stop
}
}