Classes:RedCeilingLight
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Red Ceiling Light | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 85 | Class Name | RedCeilingLight |
Classes: Actor → RedCeilingLight
→RedCeilingLight2
Overview
A red ceiling light. Similar in appearance to the normal green CeilingLight.
DECORATE Definition
actor RedCeilingLight 85
{
states
{
Spawn:
RLMP A -1 bright
stop
}
}