Difference between revisions of "Classes:CallApogee"
From ECWolf Wiki
m (→Overview) |
|||
Line 13: | Line 13: | ||
actor <u>CallApogee</u> 73 | actor <u>CallApogee</u> 73 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:29, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Call Apogee (Aardwolf) | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 73 | Class Name | CallApogee |
Overview
Secret sign that was part of a contest from Apogee. The presence of level editors called the contest off and the sprite was eventually replaced with a pile of gibs (although thicker in appearance from that actor). The decoration is commonly used to get a new solid decoration in mods.
DECORATE Definition
actor CallApogee 73 { Radius 32 +SOLID states { Spawn: AARD A -1 stop } }