Classes:AlienCeilingBubble
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:
|
| Alien ceiling bubble | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 223 | Class Name | AlienCeilingBubble |
| Conversation ID | 292 | Puzzle Item ID | N/A |
Classes: AlienCeilingBubble
An alien ceiling structure which emits an ambient sound.
DECORATE definition
ACTOR AlienCeilingBubble
{
Radius 16
Height 72
+SOLID
+SPAWNCEILING
+NOGRAVITY
ActiveSound "ambient/alien4"
States
{
Spawn:
BUBC A 4 A_LoopActiveSound
Loop
}
}