﻿<?xml version="1.0"?>


<root>
<!-- Game Properties  -->
<!-- Enter "True" or "False  -->
	<game lives="3" coinScore="50" timeScore="100" />

<!-- Embed Fonts  -->
<!-- Enter "True" or "False  -->
	<embedFonts embed="True" />

<!-- Path for strings.xml  -->
<!-- Used for localization  -->
	<stringXML path="strings/strings.xml" />

<!-- Key Codes for Keyboard Input  -->
<!-- Enter Key Code for Number attribute, for example, the code for 'G' is '71'  -->
<!-- Enter Key for String attribute, for example, 'SPACEBAR'  -->
	<keyCodes>
		<!-- THRUSTER / ACCELERATION  -->
		<code number="38" string="UP ARROW" />
		<!-- RIGHT ROTATION  -->
		<code number="39" string="RIGHT ARROW" />
		<!-- LEFT ROTATION  -->
		<code number="37" string="LEFT ARROW" />
		<!-- BRAKE  -->
		<code number="40" string="DOWN ARROW" />
		<!-- BRAKE 2  -->
		<code number="32" string="SPACE" />
		<!-- PAUSE GAME  -->
		<code number="20" string="CAPS LOCK" />
		<!-- MENU PROGRESSION  -->
		<code number="38" string="UP" />
		<!-- MENU PROGRESSION 2  -->
		<code number="13" string="ENTER" />
		<!-- BACK TO MAIN MENU  -->
		<code number="27" string="ESCAPE" />
	</keyCodes>

<!-- Level Codes  -->
<!-- Enter String, for example 'cdzyz'  -->
	<levelCodes>
		<code string="cdzyz" />
		<code string="oldzy" />
		<code string="zataz" />
		<code string="ttvtt" />
		<code string="dvdcd" />
		<code string="madiflotie" />
		<code string="catseatdog" />
		<code string="flyzruleus" />
		<code string="tootatatoo" />
		<code string="zappyzippy" />
		<code string="aeiouaeiouaeiou" />
		<code string="twoandtwoisfour" />
		<code string="startherefinish" />
		<code string="twentypercentof" />
		<code string="whensitallover" />
	</levelCodes>
</root>