qzdoom/wadsrc/decorate/shared/fountain.txt
Christoph Oelckers 08a1ffce23 - Fixed: The particle fountains' names were different than before
- Fixed: FTexture::CheckForTexture should return NULL if the texture it
  finds is of type FTexture::TEX_Null. If this isn't done not all occurences
  of AASHITTY being used to silence an editor's error checker will be handled
  correctly. In particular the transparent door trick will break.


SVN r411 (trunk)
2006-12-14 11:44:49 +00:00

35 lines
503 B
Text

ACTOR RedParticleFountain : ParticleFountain 9027
{
Health 1
}
ACTOR GreenParticleFountain : ParticleFountain 9028
{
Health 2
}
ACTOR BlueParticleFountain : ParticleFountain 9029
{
Health 3
}
ACTOR YellowParticleFountain : ParticleFountain 9030
{
Health 4
}
ACTOR PurpleParticleFountain : ParticleFountain 9031
{
Health 5
}
ACTOR BlackParticleFountain : ParticleFountain 9032
{
Health 6
}
ACTOR WhiteParticleFountain : ParticleFountain 9033
{
Health 7
}