Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-04-17 20:38:53 +0000
committerStijn Buys <ingar@osirion.org>2013-04-17 20:38:53 +0000
commitc3ec0e5f6c09609ffabcec653ecc0d6098068a10 (patch)
treec38cb380613f024147cddda7fc512d701978374a /base/maps/projectiles
parentd4ae16aab212d80c39f4b63db182c5e476e31f45 (diff)
Added laser3 projetile.
Diffstat (limited to 'base/maps/projectiles')
-rw-r--r--base/maps/projectiles/laser3.map29
1 files changed, 29 insertions, 0 deletions
diff --git a/base/maps/projectiles/laser3.map b/base/maps/projectiles/laser3.map
new file mode 100644
index 0000000..c8cdc44
--- /dev/null
+++ b/base/maps/projectiles/laser3.map
@@ -0,0 +1,29 @@
+
+// entity 0
+{
+"classname" "worldspawn"
+}
+// entity 1
+{
+"classname" "light"
+"origin" "0.000000 0.000000 0.000000"
+"light" "8"
+"flare" "2"
+"_color" "1 0 0"
+}
+// entity 2
+{
+"classname" "fx_particles"
+"origin" "-8.000000 -2.000000 0.000000"
+"angle" "-179.999985"
+"script" "laser_trail"
+"_color" "1 0 0"
+}
+// entity 3
+{
+"classname" "fx_particles"
+"origin" "-8.000000 2.000000 0.000000"
+"angle" "-179.999985"
+"script" "laser_trail"
+"_color" "1 0 0"
+}