source: GTP/trunk/App/Games/Jungle_Rumble/bin/config.xml @ 1398

Revision 1398, 1.1 KB checked in by giegl, 18 years ago (diff)

GTPD - Jungle Rumble - "Start Level" etc

Line 
1<?xml version="1.0"?>
2<config>
3        <width>1024</width>
4        <height>768</height>
5        <fullscreen>1</fullscreen> <!-- 1 = TRUE, 0 = FALSE -->
6        <cubemapsize>512</cubemapsize> <!-- 512, 1024, 2048, ... - current ATI cards have problems with size above 512 -->
7        <physxdebug>0</physxdebug>   <!-- 1 = TRUE, 0 = FALSE -->
8        <challenge><name>Volcano</name><location>./media/challenges/volcano.xml</location><loadingScreen>./media/textures/vulkanLoading2.jpg</loadingScreen></challenge>       
9        <challenge><name>Surprise!</name><location>./media/challenges/challenge3.xml</location><loadingScreen>./media/textures/surpiseLoading.jpg</loadingScreen></challenge>
10        <challenge><name>Raining...</name><location>./media/challenges/challenge0.xml</location><loadingScreen>./media/textures/rainingLoading.jpg</loadingScreen></challenge>
11        <challenge><name>(Helix Hazard)</name><location>./media/challenges/noweapons.xml</location><loadingScreen>./media/textures/spiralsLoading.jpg</loadingScreen></challenge>
12        <challenge><name>(Alien Planet)</name><location>./media/challenges/moon.xml</location><loadingScreen>./media/textures/moonLoading.jpg</loadingScreen></challenge>
13</config>
Note: See TracBrowser for help on using the repository browser.