Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/world.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/world.html b/doc/world.html
index 3ead6fe..8e91ce5 100644
--- a/doc/world.html
+++ b/doc/world.html
@@ -303,15 +303,15 @@ color =0.5 0.5 0.8
[star]
</h3>
<p>
- A star is a spherical entity without texture and a default radius of 96. The star globe
+ A star is a spherical entity with a default radius of 96. The star globe
will be rendered fullbright and serve as the main source of light for the current system.
At the moment only one system light source is supported. If you define multiple stars,
- the last one will serve as light source.
+ the last one will serve as light source. Stars can have a texture.
<pre>
[star]
label=whitedwarf
name=White Dwarf
-; a slightly yellow colour
+; light yellow
color=1.0 1.0 0.9
</pre>
@@ -320,5 +320,12 @@ color=1.0 1.0 0.9
</h2>
<p>
Definition of the shopping list.
+
+<h2>
+ Textures
+</h2>
+<p>
+ The engine supports textures in the TGA, PNG and JPG file formats. The filename extension
+ should be lowercase and the texture should be in 24bit RGB or 32bit RGBA format.
</body>
</html>