Saxum/data/config.xml

31 lines
733 B
XML
Raw Normal View History

2015-02-06 12:06:42 +00:00
<resolution>
<width>1024</width>
<height>786</height>
</resolution>
<shadowCubeSize>1024</shadowCubeSize>
2015-02-06 12:06:42 +00:00
<farPlane>150.0</farPlane>
2015-03-09 13:40:29 +00:00
<maxShadowRenderCount>5</maxShadowRenderCount>
<compositionsPath>data/levels/Compositions.xml</compositionsPath>
2015-02-06 12:06:42 +00:00
2015-02-14 08:49:29 +00:00
<shaderPath>data/shader/</shaderPath>
2015-02-06 12:06:42 +00:00
2015-02-14 08:49:29 +00:00
<geometryPath>data/geometry/</geometryPath>
2015-02-06 12:06:42 +00:00
2015-02-14 08:49:29 +00:00
<texturePath>data/textures/</texturePath>
2015-02-06 12:06:42 +00:00
<scriptPath>data/levels/scripts/</scriptPath>
2015-02-06 12:06:42 +00:00
<heightmapPath>data/levels/</heightmapPath>
2015-02-06 12:06:42 +00:00
<levelXmlPath>data/levels/Level1.xml</levelXmlPath>
<!-- must be located in the textures directory -->
<loadingScreen>
<screenPath>loadingscreen.png</screenPath>
<screenContinuePath>loadingscreenContinue.png</screenContinuePath>
</loadingScreen>