diff options
author | Evan Goers <mega@osirion.org> | 2009-01-12 18:32:37 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-01-12 18:32:37 +0000 |
commit | 7cc82548f8b1233dbe4967aa8a5ed95d6df7d6f2 (patch) | |
tree | d4c7e1181cbbc48ff7018676bd6328880693f033 /gtkradiant | |
parent | 793b402b044716d1bc2bf7b0ccc5f2b43a546ece (diff) |
Changed fx_flare to say "textures/fx/flare??.tga" rather than
"bitmaps/fx/flare??.tga".
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 0d84591..7bb71a9 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -24,7 +24,7 @@ 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 texture number (maps to bitmaps/fx/flare??.tga), default 0 +flare flare texture number (maps to textures/fx/flare??.tga), default 0 */ // ---- FX_FLARE --------------------------------------------------- @@ -40,7 +40,7 @@ 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 +flare flare number texture (maps to textures/fx/flare??.tga), default 0 angle direction angle of the flare direction direction angle of the flare pitch pitch angle of the flare |