diff options
-rw-r--r-- | base/ini/world.ini | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini index c9b4f37..2fa0aec 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -8,20 +8,27 @@ [star] name=star: Sabishi Hoshi -location=256 -256 0 +location=128 -256 0 ; RGB color, values in the 0-255 range color=255 255 255 - ; ; PLANET SEYMOUR -[entity] +[planet] name=planet: Seymour -shape=sphere -radius=32 -location=-128 128 0 -color=0.77 0.42 0 +location=-128 144 8 +color=1 .9 .5 +texture=planets/seymour + +; +; PLANET GHANT + +[planet] +name=planet: Ghant +location=-154 -84 16 +color=0.82 0.50 .2 +texture=planets/ghant ; ; ALEXANDRIA STATION @@ -29,16 +36,16 @@ color=0.77 0.42 0 [entity] name=station: Alexandria model=stations/alexandria -location=0 -68 0 -;color=.9 .75 .55 +location=-116 -68 16 +direction=315 color=222 192 145 [entity] name=battleship: Custodian model=ships/custodian -location=12 -64 0 +location=-118 -60 16 +direction=310 color=222 192 145 -direction=150 ; ; IKARUS SATELLITE |