From 7cc82548f8b1233dbe4967aa8a5ed95d6df7d6f2 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Mon, 12 Jan 2009 18:32:37 +0000 Subject: Changed fx_flare to say "textures/fx/flare??.tga" rather than "bitmaps/fx/flare??.tga". --- gtkradiant/osirion.game/base/entities.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtkradiant') 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 -- cgit v1.2.3