diff options
author | Stijn Buys <ingar@osirion.org> | 2008-05-01 12:42:40 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-05-01 12:42:40 +0000 |
commit | 7c8e650f636f6d1706db9d339cd1f062c4ec680f (patch) | |
tree | f31290a0f4fbb404acc1cb14e24707f2e3ffbc88 /base | |
parent | c472bce8ae3d11fb1ca42fe6a0f27251e67cbc01 (diff) |
flares and lights
Diffstat (limited to 'base')
-rw-r--r-- | base/bitmaps/fx/flare01.tga | bin | 0 -> 10987 bytes | |||
-rw-r--r-- | base/maps/ships/custodian.map | 64 |
2 files changed, 60 insertions, 4 deletions
diff --git a/base/bitmaps/fx/flare01.tga b/base/bitmaps/fx/flare01.tga Binary files differnew file mode 100644 index 0000000..025fecd --- /dev/null +++ b/base/bitmaps/fx/flare01.tga diff --git a/base/maps/ships/custodian.map b/base/maps/ships/custodian.map index cadc848..c07516d 100644 --- a/base/maps/ships/custodian.map +++ b/base/maps/ships/custodian.map @@ -2526,24 +2526,80 @@ // entity 1 { "classname" "target_engine" -"origin" "-2880 -160 128" +"origin" "-2912 -160 128" "angle" "180" } // entity 2 { "classname" "target_engine" -"origin" "-2880 160 128" +"origin" "-2912 160 128" "angle" "180" } // entity 3 { "classname" "target_engine" -"origin" "-2880 160 384" +"origin" "-2912 160 384" "angle" "180" } // entity 4 { "classname" "target_engine" -"origin" "-2880 -160 384" +"origin" "-2912 -160 384" "angle" "180" } +// entity 5 +{ +"classname" "light" +"origin" "-2880 -160 128" +"light" "50" +"_color" "1 0 0" +} +// entity 6 +{ +"classname" "light" +"origin" "-2880 160 128" +"light" "50" +"_color" "1 0 0" +} +// entity 7 +{ +"classname" "light" +"origin" "-2880 -160 384" +"light" "50" +"_color" "1 0 0" +} +// entity 8 +{ +"classname" "light" +"origin" "-2880 160 384" +"light" "50" +"_color" "1 0 0" +} +// entity 9 +{ +"classname" "light" +"origin" "32 -960 0" +"light" "25" +"spawnflags" "1" +} +// entity 10 +{ +"classname" "light" +"origin" "32 -576 0" +"light" "25" +"spawnflags" "1" +} +// entity 11 +{ +"classname" "light" +"origin" "32 960 0" +"light" "25" +"spawnflags" "1" +} +// entity 12 +{ +"classname" "light" +"origin" "32 576 0" +"light" "25" +"spawnflags" "1" +} |