diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-23 20:10:36 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-23 20:10:36 +0000 |
commit | d843dfee7ab64abb64f30776d592711de46b8d45 (patch) | |
tree | f58274c2770e8fdee36897ebe0c0240b4693c156 | |
parent | 191884597acf591866119ca2e167143194286601 (diff) |
Put test entities in comment, added Regula
-rw-r--r-- | base/ini/world.ini | 56 |
1 files changed, 34 insertions, 22 deletions
diff --git a/base/ini/world.ini b/base/ini/world.ini index 42a26d9..4a21b1c 100644 --- a/base/ini/world.ini +++ b/base/ini/world.ini @@ -44,6 +44,15 @@ color=0.4 0.4 0.9 direction=30 ; +; REGULA STATION + +[entity] +name=station: Regula +model=stations/regula +location=0 32 0 +color=0.4 0.7 0 + +; ; SHIPYARD [entity] @@ -104,28 +113,7 @@ color=0.0 0.7 0.2 direction=90 ; -; TEST ENTITIES - -[entity] -name=cube: Borg Cube Green -shape=cube -radius=1 -location=24 24 0 -color=0 255 0 - -[entity] -name=cube: Borg Cube Red -shape=cube -radius=1 -location=16 16 0 -color=255 0 0 - -[entity] -name=sphere: The Yellow Sphere -shape=sphere -radius=1 -location=0 32 0 -color=0.8 0.8 0 +; ORIGIN [entity] name=axis: Galactic Origin @@ -133,3 +121,27 @@ shape=axis radius=1 location=0 0 0 color=1 1 0 + +; +; TEST + +;[entity] +;name=cube: Borg Cube Green +;shape=cube +;radius=1 +;location=24 24 0 +;color=0 255 0 + +;[entity] +;name=cube: Borg Cube Red +;shape=cube +;radius=1 +;location=16 16 0 +;color=255 0 0 + +;[entity] +;name=sphere: The Yellow Sphere +;shape=sphere +;radius=1 +;location=0 40 0 +;color=0.8 0.8 0 |