diff options
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/templates.ini | 12 |
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 |