Classes:CeilingLight
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Ceiling Light | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 47 | Class Name | CeilingLight |
Classes: Actor → CeilingLight
→CeilingLight2
Overview
A green ceiling light.
DECORATE Definition
actor CeilingLight 47
{
states
{
Spawn:
GLMP A -1 bright
stop
}
}