diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-24 19:14:40 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-24 19:14:40 +0000 |
commit | f70d38dd4e477b25fc134a0b521fff3330c7d08d (patch) | |
tree | caa8598a8e08c0c4e62e7c360749287007f889c3 /base/ini | |
parent | ae0e4d09769cde714dfffff1aadca061a82d4b4b (diff) |
More model filename cleanups.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/templates.ini | 4 | ||||
-rw-r--r-- | base/ini/zones/carthagio.ini | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/ini/templates.ini b/base/ini/templates.ini index 1d39ac4..d3238b9 100644 --- a/base/ini/templates.ini +++ b/base/ini/templates.ini @@ -44,12 +44,12 @@ radius=8 ; the cargopod template is used by the game code [template] label=cargopod -model=maps/static/cargopod +model=maps/cargo/cargopod radius=0.1 ; the spacemine template is used by the game code [template] label=spacemine ; default mine model -model=maps/static/spacemine +model=maps/weapons/mine_generic radius=0.1
\ No newline at end of file diff --git a/base/ini/zones/carthagio.ini b/base/ini/zones/carthagio.ini index df146f1..cb6d96c 100644 --- a/base/ini/zones/carthagio.ini +++ b/base/ini/zones/carthagio.ini @@ -34,7 +34,7 @@ angles=0 225 0 radius=64 dock=yes ; [r g b] entity color, values in the 0-1 range -color=.8 .5 .5 +color=255 255 255 ; [string] globe texture name texture= |