Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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