diff options
author | Evan Goers <mega@osirion.org> | 2011-05-19 08:41:36 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-05-19 08:41:36 +0000 |
commit | 277c61c84b5b02dc78d6c7adeabf06552a10eb9e (patch) | |
tree | e294a603874146c5dfb1fb380409f9a72d33f4ad /base/maps/independent | |
parent | 3c137df5a8d2b0cb5412d2a9f11084fd90b92d55 (diff) |
fixed light flares on galaxy.
added 'wagon' colonial cargo transport vessel.
Diffstat (limited to 'base/maps/independent')
-rw-r--r-- | base/maps/independent/galaxy.map | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/base/maps/independent/galaxy.map b/base/maps/independent/galaxy.map index 448b555..d6ecf7c 100644 --- a/base/maps/independent/galaxy.map +++ b/base/maps/independent/galaxy.map @@ -4591,21 +4591,15 @@ } // entity 107 { -"classname" "fx_flare" -"origin" "407 -38 -92" -"angle" "180" +"classname" "light" +"origin" "407.000000 38.000000 -92.000000" +"light" "32" "spawnflags" "4" -"cull" "none" -"flare" "4" -"radius" "64" } // entity 108 { -"classname" "fx_flare" -"origin" "407 38 -92" -"angle" "180" +"classname" "light" +"origin" "407.000000 -38.000000 -92.000000" +"light" "32" "spawnflags" "4" -"cull" "none" -"flare" "4" -"radius" "64" } |