Classes:ZTreeSwamp150
		
		
		
		Jump to navigation
		Jump to search
		
| Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why: 
 | 
| Swamp tree | |||
|---|---|---|---|
| Actor type | Vegetation | Game |  (Hexen) | 
| DoomEd Number | 26 | Class Name | ZTreeSwamp150 | 
Classes: ZTreeSwamp150
In Hexen.wad, the sprite is actually named TRE2A0 and is renamed at load-time by ZDoom.
This actor needs a description.
DECORATE definition
ACTOR ZTreeSwamp150
{
  Radius 10
  Height 150
  +SOLID
  States
  {
  Spawn:
    TRES A -1
    Stop
  }
}