<?xml version="1.0"?>
<resource>

	<group id="Tier3Background">
		<position-y>695</position-y>
		<widget>
			<texture>
				<ref>bg_02.png</ref>
			</texture>
			<position-x>960</position-x>
			<alignment-x>0.5</alignment-x>
		</widget>
		<visible>false</visible>
	</group>

	<group id="Tier2Background">
		<widget>
			<texture>
				<ref>bg_01.png</ref>
			</texture>
			<position-x>960</position-x>
			<alignment-x>0.5</alignment-x>
		</widget>
		<visible>false</visible>
		<position-y>750</position-y>
	</group>



	<!-- Container for all submenus. This is needed so that the submenu can appear behind the root menu. -->
	<group id="SubmenuContainer"></group>

	<widget id="bottomBar">
			<texture><ref>frame_bottom.png</ref></texture> <!-- was BAR_BOTTOM -->
			<position-x>0</position-x>
			<position-y>780</position-y>
	</widget>
	<group id="ButtonGroup">



	<!-- PlayMove/Main Menu -->
		<group id="Button0">	
			<position-y>980</position-y>
			<widget>
				<texture><ref>mm_button_bg.png</ref><position-y>-50</position-y></texture>
				<alignment-x>0.5</alignment-x>
				<alignment-y>0.5</alignment-y>
			</widget>
			<widget>
				<texture>
					<ref>$texMAIN_MENU</ref>
				</texture>
				<alignment-x>0.5</alignment-x>
				<alignment-y>0.9</alignment-y>
			</widget>
		</group>

		<!-- Languages -->
		<group id="Button1">
			<position-y>980</position-y>
			<widget>
				<texture><ref>mm_button_bg.png</ref></texture>
				<alignment-x>0.5</alignment-x>
				<alignment-y>0.5</alignment-y>
			</widget>
			<widget>
				<texture><ref>$texSPECIAL_FEATURES</ref></texture>
				<alignment-x>0.5</alignment-x>
				<alignment-y>0.8</alignment-y>
				<alignment-y menu-language="deu">0.9</alignment-y>
			</widget>
		</group>

			<!-- No Animation Highlight Icon-->
		<group id="HighlightIcon">
			<widget>
				<texture id="texHighlightIcon">
					<array>
						<texture><ref>mm_select_icon.png</ref></texture>
						<!--texture><ref>mm_select_icon_02.png</ref></texture>
						<texture><ref>mm_select_icon_03.png</ref></texture>
						<texture><ref>mm_select_icon_04.png</ref></texture>
						<texture><ref>mm_select_icon_05.png</ref></texture>
						<texture><ref>mm_select_icon_06.png</ref></texture>
						<texture><ref>mm_select_icon_07.png</ref></texture>
						<texture><ref>mm_select_icon_08.png</ref></texture>
						<texture><ref>mm_select_icon_09.png</ref></texture>
						<texture><ref>mm_select_icon_10.png</ref></texture>
						<texture><ref>mm_select_icon_11.png</ref></texture>
						<texture><ref>mm_select_icon_12.png</ref></texture>
						<texture><ref>mm_select_icon_13.png</ref></texture>
						<texture><ref>mm_select_icon_14.png</ref></texture>
						<texture><ref>mm_select_icon_15.png</ref></texture-->
					</array>
				</texture>
				<position-y>-152</position-y>
				<position-x>-222</position-x>
			</widget>
		</group>
			
	</group>

	<!-- Close Button -->
	<group>
		<position-y>910</position-y>
		<position-x>1775</position-x>
		<widget id="CloseButton">
			<texture id="texCloseButton">
				<array>
					<texture><ref>mm_x_nor.png</ref><alpha>0.5</alpha></texture>
					<texture><ref>mm_x_sel.png</ref></texture>
					<texture><ref>mm_x_act.png</ref></texture>
				</array>
			</texture>
			<visible>true</visible>
		</widget>
	</group>


	



</resource>
