<game_config>
	
	<version>1.0</version>
	
	<strings xml="strings/strings.xml"/>
	
	<loader> 
		<swf>loader.swf</swf>
		<text><![CDATA[Loading]]></text>
	</loader>
	
	<!-- keyboard mapping accepts ASCII values -->
	<keymapping>
		<up>38,87</up> <!-- default is 38,87 = Up Arrow and W -->
		<right>39,68</right> <!-- default is 39,68 = Right Arrow and D -->
		<down>40,83</down> <!-- default is 40,83 = Down Arrow and S -->
		<left>37,65</left> <!-- default is 37,65 = Left Arrow and A -->
		<reticule_left>66</reticule_left> <!-- default is 66 = B -->
		<reticule_right>78</reticule_right> <!-- default is 78 = N -->
		<deflect>16</deflect> <!-- default is 16 = SHIFT -->
		<action>32</action> <!-- default is 32 = SPACE BAR -->
		<help>77</help> <!-- default is 77 = M -->
		<back>27</back> <!-- default is 27 = ESCAPE -->
		<next>13</next> <!-- default is 13 = ENTER -->
	</keymapping>
	
	<content>
		<menu>content/libraries/menu.swf</menu>
		<game>content/libraries/game.swf</game>
		<sounds>content/libraries/sounds.swf</sounds>
	</content>
	
	<chances>
		<chaser_chance>0.50</chaser_chance> <!-- between 0 and 1 (100%) chance of enemy throwing a tripple damage disc in the last level -->
		<super_chaser_chance>0.50</super_chaser_chance> <!-- between 0 and 1 (100%) chance of enemy throwing a super tripple disc in the last level -->
	</chances>
	
	<timers>
		<show_help_from_main>10</show_help_from_main> <!-- in seconds -->
		<help_screen_show_time>8.0</help_screen_show_time> <!-- in seconds -->
	</timers>
	
</game_config>