From 84f28f9d76833ccbddcf3e8205485494c8656d44 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 28 Sep 2008 21:33:38 +0000 Subject: intro world description ini file --- base/ini/intro.ini | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 base/ini/intro.ini (limited to 'base/ini/intro.ini') diff --git a/base/ini/intro.ini b/base/ini/intro.ini new file mode 100644 index 0000000..82588e6 --- /dev/null +++ b/base/ini/intro.ini @@ -0,0 +1,47 @@ +; +; intro.ini +; +; world description file for the intro module +; + +[intro] +sky=sky25 + +[convoy] +; [r g b] entity primary color, values in the 0-255 range +color=222 192 145 +; convoy ships +ship=matrix +ship=matrix +ship=tensor +ship=tensor +ship=tensor +ship=vector +ship=vector +ship=vector +ship=vector +ship=vector +ship=vector +ship=vector +ship=vector + +[globe] +label=planet +name=Planet +rotationspeed=1.0 +; [r g b] entity color, values in the 0-1 range +color=1 .9 .5 +; [string] globe texture name +texture=planets/seymour +; [float] entity radius (10 game units == 1km ingame) +radius=68 +; location +location=512 -128 0 + +[globe] +bright=yes +label=star +name=Star +color=1 1 1 +radius=4 +location=512 512 -128 -- cgit v1.2.3