Classes:PunchPuff
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Gauntlet | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | PunchPuff |
Classes: PunchPuff
This actor needs a description.
DECORATE definition
ACTOR PunchPuff
{
+NOBLOCKMAP +NOGRAVITY
+PUFFONACTORS
RenderStyle Translucent
Alpha 0.6
SeeSound "FighterPunchHitThing"
AttackSound "FighterPunchHitWall"
ActiveSound "FighterPunchMiss"
VSpeed 1
States
{
Spawn:
FHFX STUVW 4
Stop
}
}