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>2012-10-20 20:27:01 +0000
committerStijn Buys <ingar@osirion.org>2012-10-20 20:27:01 +0000
commit073e4e441c29266c77c63b1694547c8ecc86881b (patch)
tree54496b3cb339fc9939662e603b0497d9e455808a /base/ini/templates.ini
parent5f31618300d4537d40843664c206d5e84a4539e9 (diff)
Swapped cargopad and spacemine models.
Diffstat (limited to 'base/ini/templates.ini')
-rw-r--r--base/ini/templates.ini12
1 files changed, 9 insertions, 3 deletions
diff --git a/base/ini/templates.ini b/base/ini/templates.ini
index 8597c8e..652c261 100644
--- a/base/ini/templates.ini
+++ b/base/ini/templates.ini
@@ -13,7 +13,14 @@ radius=0.20
; the cargopod template is used by the game code
[template]
label=cargopod
-model=maps/cargo/pod
+model=maps/static/cargopod
+radius=0.1
+
+; the spacemine template is used by the game code
+[template]
+label=spacemine
+; default mine model
+model=maps/static/spacemine
radius=0.1
; the jumppoint template is used by the game code
@@ -26,5 +33,4 @@ colorsecond=0.6 0.6 0.6
[template]
label=jumpgate
model=maps/static/jumpgate
-radius=8
-
+radius=8 \ No newline at end of file