diff options
author | Evan Goers <mega@osirion.org> | 2009-02-05 21:39:58 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-02-05 21:39:58 +0000 |
commit | ff4a35a95a15ab5c784488a849d82918ef94291d (patch) | |
tree | 2c47173e023d6f0a8c789a8d955088ca9fcf354d /base/maps/static | |
parent | 7d242b5421b04a1cffc0e291c5b0fb7cb2c67075 (diff) |
Changed navpoint model light size.
Added navpoint models to ghant.
Diffstat (limited to 'base/maps/static')
-rw-r--r-- | base/maps/static/navpoint.map | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/maps/static/navpoint.map b/base/maps/static/navpoint.map index e093c7a..936eee2 100644 --- a/base/maps/static/navpoint.map +++ b/base/maps/static/navpoint.map @@ -150,7 +150,7 @@ { "classname" "light" "origin" "0.000000 -44.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 2 @@ -164,21 +164,21 @@ { "classname" "light" "origin" "44.000000 0.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 4 { "classname" "light" "origin" "-44.000000 0.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 5 { "classname" "light" "origin" "0.000000 44.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 6 |