qzdoom/wadsrc/static/actors/shared/pickups.txt

32 lines
469 B
Plaintext
Raw Normal View History

2016-03-01 15:47:10 +00:00
/***************************************************************************/
//
// shown for respawning Doom and Strife items
//
/***************************************************************************/
ACTOR ItemFog
{
+NOBLOCKMAP
+NOGRAVITY
States
{
Spawn:
IFOG ABABCDE 6 BRIGHT
Stop
}
}
// Pickup flash -------------------------------------------------------------
ACTOR PickupFlash
{
+NOGRAVITY
States
{
Spawn:
ACLO DCDCBCBABA 3
Stop
}
}