Classes:CorpseBloodDrip
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Blood drip | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | CorpseBloodDrip |
Classes: Actor → CorpseBloodDrip
A blood droplet from a hanging corpse.
DECORATE definition
ACTOR CorpseBloodDrip
{
Radius 1
Height 4
Gravity 0.125
+MISSILE
+NOICEDEATH
DeathSound "Drip"
States
{
Spawn:
BDRP A -1
Stop
Death:
BDSH AB 3
BDSH CD 2
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.