1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
|
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="identity.xsl" type="text/xsl"?>
<Panel name="options-menu" resizable="true">
<Image src="images/mainmenu/settings_back.png" resizable="yes"/>
<TableLayout rows="9" cols="3" border="false">
<colsize col="1" relative="1.3"/>
<colsize col="2" relative="1"/>
<colsize col="3" relative="0.5"/>
<rowsize row="1" relative="2"/>
<cell row="1" col="1" colspan="3">
<Paragraph style="menutitle" translatable="yes">Options</Paragraph>
</cell>
<!-- Adjust Music Volume -->
<cell row="2" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes">Background Music</Paragraph>
</cell>
<cell row="2" col="3">
<TableLayout rows = "1" cols = "3">
<cell row="1" col ="1">
<CheckButton name="MusicVolumeMinus">
<text style="button">-</text>
</CheckButton>
</cell>
<cell row="1" col ="2">
<CheckButton name="BackgroundMusic">
<image src="images/mainmenu/settings/music-off.png" />
<image-checked src="images/mainmenu/settings/music-on.png" />
</CheckButton>
</cell>
<cell row="1" col ="3">
<CheckButton name="MusicVolumePlus">
<text style="button">+</text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- Switch Track -->
<cell row="3" col="2" valign="center" halign="center" colspan="2">
<TableLayout rows = "1" cols = "3">
<colsize col="1" relative="1"/>
<colsize col="2" relative="15"/>
<colsize col="3" relative="1"/>
<cell row="1" col ="1" halign="right" >
<CheckButton name="TrackPrev">
<text style="button">< </text>
</CheckButton>
</cell>
<cell row="1" col ="2" halign="center" >
<Paragraph name="musicParagraph">02 - Robert van Herk - City Blues.ogg playing</Paragraph>
</cell>
<cell row="1" col ="3" halign="left" >
<CheckButton name="TrackNext">
<text style="button">> </text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- Adjust FX Volume -->
<cell row="4" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes" >Sound Effects</Paragraph>
</cell>
<cell row="4" col="3">
<TableLayout rows = "1" cols = "3">
<cell row="1" col ="1">
<CheckButton name="FXVolumeMinus">
<text style="button">-</text>
</CheckButton>
</cell>
<cell row="1" col ="2">
<CheckButton name="SoundFX">
<image src="images/mainmenu/settings/sound-off.png"/>
<image-checked src="images/mainmenu/settings/sound-on.png"/>
</CheckButton>
</cell>
<cell row="1" col ="3">
<CheckButton name="FXVolumePlus">
<text style="button">+</text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- Resolution -->
<cell row="5" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes">Resolution</Paragraph>
</cell>
<cell row="5" col="3" valign="center" halign="center">
<TableLayout rows = "1" cols = "3">
<colsize col="1" relative="2"/>
<colsize col="2" relative="10"/>
<colsize col="3" relative="2"/>
<cell row="1" col ="1" halign="right" >
<CheckButton name="ResolutionPrev">
<text style="button">< </text>
</CheckButton>
</cell>
<cell row="1" col ="2" halign="center" >
<Paragraph name="resolutionParagraph">1024x768</Paragraph>
</cell>
<cell row="1" col ="3" halign="left" >
<CheckButton name="ResolutionNext">
<text style="button">> </text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- Size of World -->
<cell row="6" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes">Map Size</Paragraph>
</cell>
<cell row="6" col="3" valign="center" halign="center">
<TableLayout rows = "1" cols = "3">
<colsize col="1" relative="2"/>
<colsize col="2" relative="10"/>
<colsize col="3" relative="2"/>
<cell row="1" col ="1" halign="right" >
<CheckButton name="WorldLenPrev">
<text style="button">< </text>
</CheckButton>
</cell>
<cell row="1" col ="2" halign="center" >
<Paragraph name="WorldLenParagraph">100</Paragraph>
</cell>
<cell row="1" col ="3" halign="left" >
<CheckButton name="WorldLenNext">
<text style="button">> </text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- Fullscreen -->
<cell row="7" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes">Fullscreen</Paragraph>
</cell>
<cell row="7" col="3">
<CheckButton name="Fullscreen">
<image src="images/mainmenu/settings/windowed.png"/>
<image-checked src="images/mainmenu/settings/fullscreen.png"/>
</CheckButton>
</cell>
<!-- Language -->
<cell row="8" col="2" valign="center" halign="left">
<Paragraph style="listtitle" translatable="yes">Language</Paragraph>
</cell>
<cell row="8" col="3" valign="center" halign="center">
<TableLayout rows = "1" cols = "3">
<colsize col="1" relative="2"/>
<colsize col="2" relative="10"/>
<colsize col="3" relative="2"/>
<cell row="1" col ="1" halign="right" >
<CheckButton name="LanguagePrev">
<text style="button">< </text>
</CheckButton>
</cell>
<cell row="1" col ="2" halign="center" >
<Paragraph name="languageParagraph">autodetect</Paragraph>
</cell>
<cell row="1" col ="3" halign="left" >
<CheckButton name="LanguageNext">
<text style="button">> </text>
</CheckButton>
</cell>
</TableLayout>
</cell>
<!-- BackButton -->
<cell row="9" col="2" colspan="2" halign="right">
<Button name="BackButton">
<text-caption style="button" translatable="yes">Ok</text-caption>
<image src="images/mainmenu/buttons/start.png"/>
<image-hover src="images/mainmenu/buttons/start-hover.png"/>
<image-clicked src="images/mainmenu/buttons/start-clicked.png"/>
</Button>
</cell>
</TableLayout>
</Panel>
|