Classes:AlienBubbleColumn
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 bubble column | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 221 | Class Name | AlienBubbleColumn |
| Conversation ID | 290 | Puzzle Item ID | N/A |
Classes: AlienBubbleColumn
An alien column of bubbles which emits an ambient sound.
DECORATE definition
ACTOR AlienBubbleColumn
{
Radius 16
Height 128
+SOLID
ActiveSound "ambient/alien5"
States
{
Spawn:
BUBB A 4 A_LoopActiveSound
Loop
}
}