Saxum/data/config.xml

43 lines
1.2 KiB
XML
Raw Permalink Normal View History

2015-02-06 12:06:42 +00:00
<resolution>
<width>1024</width>
<height>786</height>
</resolution>
2015-03-15 18:12:36 +00:00
<!-- The resolution settings get ignored if you choose windowed fullscreen. -->
2015-02-06 12:06:42 +00:00
<windowedFullscreen>true</windowedFullscreen>
<!-- Reduce the following parameters if you game runs too slow.
If you feel your game runs smooth enough you can increase them to
increase the visual quality. -->
2015-06-02 15:43:41 +00:00
<shadowCubeSize>512</shadowCubeSize>
2015-02-06 12:06:42 +00:00
<farPlane>150.0</farPlane>
2015-06-02 15:43:41 +00:00
<maxShadowRenderCount>3</maxShadowRenderCount>
<!-- The following stuff is used to configure the application.
Do not change unless you know what you are doing. -->
<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/</levelXmlPath>
<levelXML>Level1.xml</levelXML>
<!-- must be located in the textures directory -->
<loadingScreen>
<screenPath>loadingscreen.png</screenPath>
<screenContinuePath>loadingscreenContinue.png</screenContinuePath>
</loadingScreen>