diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-26 16:39:19 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-26 16:39:19 +0000 |
commit | 63c5246c2d7adc36eb263d30e5341ba29ad7e704 (patch) | |
tree | e2e45f06c23430d650247f302e206cd690ee37e9 /gtkradiant | |
parent | 53b6652df58887d2dcb41997557a25f60eba8e88 (diff) |
light and flares
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 4048fca..37053a4 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -36,18 +36,18 @@ light light 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 (maps to bitmaps/fx/flare??.tga), default 0 +flare flare texture number (maps to bitmaps/fx/flare??.tga), default 0 */ /*QUAKED target_flare (1 1 1) (-8 -8 -8) (8 8 8) strobe entity A light flare -strobe make a strobe light (spawflag 1) -entity light has entity color (spawflag 2) -radius light radius, default is 100 +strobe make a strobe flare (spawflag 1) +entity flare has entity color (spawflag 2) +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 (maps to bitmaps/fx/flare??.tga), default 0 +flare flare number texture (maps to bitmaps/fx/flare??.tga), default 0 angle direction of the flare */ |