diff options
author | Evan Goers <mega@osirion.org> | 2011-01-07 07:55:21 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-01-07 07:55:21 +0000 |
commit | afa72579a06ab1bd73a7572deb38eea0b4480094 (patch) | |
tree | 16dc0840b5bc3e04700d4de2fe0fb6ad0f5ff736 /base/maps/pirate/sections | |
parent | 99aa941373ae73dda7580f2d0eddc105dd125988 (diff) |
beamarray*.map: added lights.
juggernaut.map: completely re-designed.
Diffstat (limited to 'base/maps/pirate/sections')
-rw-r--r-- | base/maps/pirate/sections/beamarray_cannon.map | 5 | ||||
-rw-r--r-- | base/maps/pirate/sections/beamarray_fin_port.map | 32 | ||||
-rw-r--r-- | base/maps/pirate/sections/beamarray_fin_starboard.map | 32 |
3 files changed, 69 insertions, 0 deletions
diff --git a/base/maps/pirate/sections/beamarray_cannon.map b/base/maps/pirate/sections/beamarray_cannon.map index c17bc90..6300c70 100644 --- a/base/maps/pirate/sections/beamarray_cannon.map +++ b/base/maps/pirate/sections/beamarray_cannon.map @@ -578,3 +578,8 @@ ( -176 11 15 ) ( -304 10 16 ) ( -304 11 15 ) common/caulk 0 0 0 1 1 0 0 0 } } +// entity 1 +{ +"classname" "location_cannon" +"origin" "98.000000 0.000000 1.000000" +} diff --git a/base/maps/pirate/sections/beamarray_fin_port.map b/base/maps/pirate/sections/beamarray_fin_port.map index 1b096c1..14fda63 100644 --- a/base/maps/pirate/sections/beamarray_fin_port.map +++ b/base/maps/pirate/sections/beamarray_fin_port.map @@ -473,3 +473,35 @@ ( 64 0 -8 ) ( -64 56 -16 ) ( -64 0 -8 ) common/caulk 0 0 0 1 1 0 0 0 } } +// entity 1 +{ +"classname" "light" +"origin" "28.000000 52.000000 -279.000000" +"light" "24" +"_color" "1 0 0" +"flare" "4" +} +// entity 2 +{ +"classname" "light" +"origin" "-28.000000 52.000000 -279.000000" +"light" "24" +"_color" "1 0 0" +"flare" "4" +} +// entity 3 +{ +"classname" "light" +"origin" "-28.000000 52.000000 279.000000" +"light" "24" +"_color" "1 0 0" +"flare" "4" +} +// entity 4 +{ +"classname" "light" +"origin" "28.000000 52.000000 279.000000" +"light" "24" +"_color" "1 0 0" +"flare" "4" +} diff --git a/base/maps/pirate/sections/beamarray_fin_starboard.map b/base/maps/pirate/sections/beamarray_fin_starboard.map index 84cfe70..17492c6 100644 --- a/base/maps/pirate/sections/beamarray_fin_starboard.map +++ b/base/maps/pirate/sections/beamarray_fin_starboard.map @@ -473,3 +473,35 @@ ( -64 0 -8 ) ( 64 -56 -16 ) ( 64 0 -8 ) common/caulk 0 0 0 1 1 0 0 0 } } +// entity 1 +{ +"classname" "light" +"origin" "28.000000 -52.000000 -279.000000" +"light" "24" +"flare" "4" +"_color" "1 0 0" +} +// entity 2 +{ +"classname" "light" +"origin" "-28.000000 -52.000000 -279.000000" +"light" "24" +"flare" "4" +"_color" "1 0 0" +} +// entity 3 +{ +"classname" "light" +"origin" "-28.000000 -52.000000 279.000000" +"light" "24" +"flare" "4" +"_color" "1 0 0" +} +// entity 4 +{ +"classname" "light" +"origin" "28.000000 -52.000000 279.000000" +"light" "24" +"flare" "4" +"_color" "1 0 0" +} |