Classes:TallRedColumn
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Tall red column | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 32 | Class Name | TallRedColumn |
Classes: Actor → TallRedColumn
A tall red marble column decoration found in Doom and Doom 2.
DECORATE definition
actor TallRedColumn 32
{
Radius 16
Height 52
+SOLID
States
{
Spawn:
COL3 A -1
Stop
}
}