<board custom="true" >
	<gizmos>
		<player name="mario 1" x="9" y="7" radius="0.5" image="mario" leftkey="37" rightkey="39" jumpkey="38" />
		<coin name="coin 1" x="1.0" y="15.0" radius="0.5" />
		<coin name="coin 2" x="3.0" y="15.0" radius="0.5" />
		<coin name="coin 3" x="9.0" y="12.0" radius="0.5" />
		<coin name="coin 4" x="10.0" y="12.0" radius="0.5" />
		<coin name="coin 5" x="5.0" y="15.0" radius="0.5" />
		<coin name="coin 6" x="18.0" y="15.0" radius="0.5" />
		<coin name="coin 7" x="16.0" y="15.0" radius="0.5" />
		<coin name="coin 8" x="14.0" y="15.0" radius="0.5" />
		<wallBumper name="Left Wall" x1="0" y1="20" x2="0" y2="20" />
		<wallBumper name="Bottom Wall" x1="0" y1="0" x2="20" y2="0" />
		<wallBumper name="Top Wall" x1="0" y1="20" x2="20" y2="0" />
		<wallBumper name="Right Wall" x1="20" y1="20" x2="0" y2="20" />
		<brickWall name="wall 1" x="0.0" y="1.0" width="20.0" height="1.0" />
		<brickWall name="wall 2" x="19.0" y="19.0" width="1.0" height="18.0" />
		<brickWall name="wall 3" x="0.0" y="19.0" width="1.0" height="18.0" />
		<brickWall name="wall 4" x="0.0" y="20.0" width="20.0" height="1.0" />
		<brickWall name="wall 5" x="1.0" y="16.0" width="6.0" height="1.0" />
		<brickWall name="wall 6" x="13.0" y="16.0" width="6.0" height="1.0" />
		<source name="sourcePipe 1" x="1" y="19" width="3" height="3" radius="0.5" koopaName="koopa" timing="5000.0" orientation="90" />
		<source name="sourcePipe 2" x="16" y="19" width="3" height="3" radius="0.5" koopaName="turduckin" timing="5000.0" orientation="270" />
		<brickWall name="wall 7" x="8.0" y="13.0" width="4.0" height="1.0" />
		<brickWall name="wall 8" x="1.0" y="10.0" width="6.0" height="1.0" />
		<brickWall name="wall 9" x="13.0" y="10.0" width="6.0" height="1.0" />
		<brickWall name="wall 10" x="5.0" y="6.0" width="10.0" height="1.0" />
		<brickWall name="wall 11" x="17.0" y="3.0" width="2.0" height="2.0" />
		<brickWall name="wall 12" x="1.0" y="3.0" width="2.0" height="2.0" />
		<destructor name="destructor 1" x="8" y="4" width="3" height="3" orientation="0" />
	</gizmos>
	<connections>
		<connect sourceGizmo="coin 1" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 2" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 3" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 4" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 6" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 7" targetGizmo="Score" int="5" />
		<connect sourceGizmo="coin 8" targetGizmo="Score" int="5" />
		<connect sourceGizmo="sourcePipe 1" targetGizmo="Score" int="10" />
		<connect sourceGizmo="sourcePipe 1" targetGizmo="Score" int="10" />
		<connect sourceGizmo="sourcePipe 2" targetGizmo="Score" int="10" />
		<connect sourceGizmo="sourcePipe 2" targetGizmo="Score" int="10" />
		<keyConnect key="65" keyDirection="down" targetGizmo="sourcePipe 1" />
		<keyConnect key="65" keyDirection="down" targetGizmo="sourcePipe 2" />
		<keyConnect key="39" keyDirection="down" targetGizmo="mario 1" />
		<keyConnect key="38" keyDirection="down" targetGizmo="mario 1" />
		<keyConnect key="37" keyDirection="down" targetGizmo="mario 1" />
	</connections>
</board>