mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Added one missing file.
SVN r376 (trunk)
This commit is contained in:
parent
8c2f651bdb
commit
ae1eb01649
1 changed files with 18 additions and 0 deletions
18
wadsrc/decorate/shared/pickups.txt
Normal file
18
wadsrc/decorate/shared/pickups.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
/***************************************************************************/
|
||||
//
|
||||
// shown for respawning Doom and Strife items
|
||||
//
|
||||
/***************************************************************************/
|
||||
|
||||
ACTOR ItemFog
|
||||
{
|
||||
+NOBLOCKMAP
|
||||
+NOGRAVITY
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
IFOG ABABCDE 6 BRIGHT
|
||||
Stop
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue