diff options
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= |