<config>
	<constants>
		<holeHitRadius type="number">15</holeHitRadius>
	</constants>
	<board>
		<rows type="number">6</rows>
		<columns type="number">4</columns>
	</board>
	<pegs>
		<!-- color name must match linkage id of movieclip -->
		<color type="string">white</color>
		<color type="string">red</color>
		<color type="string">pink</color>
		<color type="string">blue</color>
		<!--<color type="string">silver</color>-->
		<color type="string">yellow</color>
		<color type="string">green</color>
		<!--<color type="string">orange</color>-->
	</pegs>
	<allowDuplicates type="boolean">false</allowDuplicates>
</config>
