diff options
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index e2d14ad..0d28f85 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -34,12 +34,16 @@ A light flare strobe make a strobe flare (spawflag 1) entity flare has entity color (spawflag 2) engine flare is actived by engine (spawnflag 4) + radius flare radius, default is 100 frequency strobe frequency, in flashes per second offset strobe offset, in seconds time strobe time fraction, 0 (always off) - 1 (always on) flare flare number texture (maps to bitmaps/fx/flare??.tga), default 0 -angle direction of the flare +angle direction angle of the flare +direction direction angle of the flare +pitch pitch angle of the flare +roll roll ange of the flare */ // ---- FX_PARTICLES ----------------------------------------------- @@ -49,8 +53,12 @@ A particle system entity flare has entity color (spawflag 2) engine flare is actived by engine (spawnflag 4) -angle direction of the particle system + script name of the particle system script +angle direction angle of the flare +direction direction angle of the flare +pitch pitch angle of the flar +roll roll ange of the flare */ // ---- LOCATION_CANNON--------------------------------------------- |