diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-16 14:52:22 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-16 14:52:22 +0000 |
commit | 2effbf69033e066d717dd7b9b189399b17a6cede (patch) | |
tree | 4e121843982b14840a4d187c65870136fc433bbd /base/ini | |
parent | 4ac082895e63cd94b00227bac0e7090e02e1d777 (diff) |
updated world, ships/orion
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/world.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini index fd7cc42..42a26d9 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -3,12 +3,26 @@ ; ; Note: the .ini parser isn't very robust +; +; STAR + [star] name=star: Sabishi Hoshi location=256 -256 0 ; RGB color, values in the 0-255 range color=255 255 255 + +; +; PLANET SEYMOUR + +[entity] +name=planet: Seymour +shape=sphere +radius=32 +location=-128 128 0 +color=0.77 0.42 0 + ; ; ALEXANDRIA STATION |