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-09-29 08:52:03 +0000
committerStijn Buys <ingar@osirion.org>2013-09-29 08:52:03 +0000
commit3b70888bce3a7282bd06f6e006b3f5fd1cd2bb37 (patch)
treee2365dcc4ef54a08545809489b1016415518fa7d /base/ini/templates.ini
parent088858f46b82c36d747c4d42b026c21a846399c1 (diff)
Moves jumpgate and navpoint models from maps/static to maps/common.
Diffstat (limited to 'base/ini/templates.ini')
-rw-r--r--base/ini/templates.ini28
1 files changed, 14 insertions, 14 deletions
diff --git a/base/ini/templates.ini b/base/ini/templates.ini
index 13ce670..1d39ac4 100644
--- a/base/ini/templates.ini
+++ b/base/ini/templates.ini
@@ -26,9 +26,21 @@ model=maps/common/storageunit
; the navpoint template is used by the game code
[template]
label=navpoint
-model=maps/static/navpoint
+model=maps/common/navpoint
radius=0.20
+; the jumppoint template is used by the game code
+[template]
+label=jumppoint
+color=0.0 0.8 0.8
+colorsecond=0.6 0.6 0.6
+
+; the jumpgate template is used by the game code
+[template]
+label=jumpgate
+model=maps/common/jumpgate
+radius=8
+
; the cargopod template is used by the game code
[template]
label=cargopod
@@ -40,16 +52,4 @@ radius=0.1
label=spacemine
; default mine model
model=maps/static/spacemine
-radius=0.1
-
-; the jumppoint template is used by the game code
-[template]
-label=jumppoint
-color=0.0 0.8 0.8
-colorsecond=0.6 0.6 0.6
-
-; the jumpgate template is used by the game code
-[template]
-label=jumpgate
-model=maps/static/jumpgate
-radius=8 \ No newline at end of file
+radius=0.1 \ No newline at end of file