Classes:TechLamp2
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:
|
| Tech lamp | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 86 | Class Name | TechLamp2 |
Classes: TechLamp2
A short metallic lamp that's glowing with bright white to blue light.
DECORATE definition
ACTOR TechLamp2
{
Radius 16
Height 60
ProjectilePassHeight -16
+SOLID
States
{
Spawn:
TLP2 ABCD 4 Bright
Loop
}
}