diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-20 20:27:01 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-20 20:27:01 +0000 |
commit | 073e4e441c29266c77c63b1694547c8ecc86881b (patch) | |
tree | 54496b3cb339fc9939662e603b0497d9e455808a /base/ini | |
parent | 5f31618300d4537d40843664c206d5e84a4539e9 (diff) |
Swapped cargopad and spacemine models.
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 |