diff options
author | Stijn Buys <ingar@osirion.org> | 2008-08-30 18:04:10 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-08-30 18:04:10 +0000 |
commit | a87179dfd4994edbfa725995cb5d006a4ee88857 (patch) | |
tree | ae480876a449ff3ee78f6616d61f304768b98aa1 /base/ini | |
parent | 0f0f2c2d9c7f0f54fbf03230d7ef7aaff73ba08e (diff) |
added Cantor station
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/zones/brogha.ini | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini index db0b30c..0d752c4 100644 --- a/base/ini/zones/brogha.ini +++ b/base/ini/zones/brogha.ini @@ -10,7 +10,7 @@ ; [string] zone name name=Brogha system ; [string] sky texture -sky=sky +sky=sky21 ; ; STAR @@ -35,9 +35,9 @@ label=brogha ; [string] entity name name=planet Brogha ; [x y x] entity location -location=512 -256 32 +location=512 -464 32 ; [r g b] entity primary color, values in the 0-1 range -color=.2 0.80 0.60 +color=.7 0.95 0.4 ; [string] globe texture name texture=planets/brogha ; [float] entity radius (10 game units == 1km ingame) @@ -47,15 +47,35 @@ pitch=15 ; [float] rotation speed, in degrees per second rotationspeed=1 +[navpoint] +label=navpoint_solar +name=Navigation point Solar +location=-242 0 16 + +; +; CANTOR STATION + +[entity] +label=cantor +name=Cantor station +location=-256 0 32 +color=222 192 145 +colorsecond=.5 .4 .4 +direction=135 +model=stations/cantor + +; +; GHANT JUMPGATE + [entity] label=jumpgate_ghant name=Jumpgate Brogha -> Ghant model=satellites/jumpgate -location=-512 1024 128 +location=-512 824 128 direction=270 color=222 192 145 [navpoint] label=navpoint_east name=Navigation point East -location=-512 992 120 +location=-512 792 120 |