Classes:Candlestick
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Candlestick | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 34 | Class Name | Candlestick |
Classes: Candlestick
A simple black candle.
DECORATE definition
ACTOR Candlestick
{
Radius 20
Height 14
ProjectilePassHeight -16
States
{
Spawn:
CAND A -1 Bright
Stop
}
}