diff options
author | Stijn Buys <ingar@osirion.org> | 2013-09-21 18:13:15 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-09-21 18:13:15 +0000 |
commit | 2a3933db4da03303207e58418978857764042d89 (patch) | |
tree | f4932f6dcaf2c4c8b1ae6948e4abf3fc3edb1698 /base/maps | |
parent | fd404cd9da3deea5961c910e96670312a9e0d902 (diff) |
Adds ion cannon and turret.
Diffstat (limited to 'base/maps')
-rw-r--r-- | base/maps/projectiles/ion1.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/maps/projectiles/ion1.map b/base/maps/projectiles/ion1.map new file mode 100644 index 0000000..ef7a5dd --- /dev/null +++ b/base/maps/projectiles/ion1.map @@ -0,0 +1,12 @@ +
+// entity 0
+{
+"classname" "worldspawn"
+}
+// entity 1
+{
+"classname" "fx_particles"
+"origin" "0.000000 0.000000 0.000000"
+"angle" "180"
+"script" "ion1"
+}
|