<!-- REPLACEMENTS LEVEL TYPE XML -->

<levelTypeData>
	<!-- **************************************************************** -->
	<type>level</type>
	<background>level9</background>
	<!-- **************************************************************** -->
	<camera>
		<position>
			<x>0</x>
			<y>0</y>
			<z>215</z>
		</position>
	</camera>
	<!-- **************************************************************** -->
	<player>
		<position>
			<x>-70</x>
			<y>0</y>
			<z>400</z>
		</position>
	</player>
	<!-- **************************************************************** -->
	<collision>
		<!-- ************************************************************ -->
		<isCollidable>true</isCollidable>
		<!-- ************************************************************ -->
		<collisionVolume>
			<type>line</type>
			<canLand>true</canLand>
			<radius>5</radius>
			<start>
				<x>-300</x>
				<y>0</y>
				<z>70</z>
			</start>
			<end>
				<x>300</x>
				<y>0</y>
				<z>70</z>
			</end>
			<offset>
				<x>0</x>
				<y>0</y>
				<z>0</z>
			</offset>
		</collisionVolume>
		<!-- ************************************************************ -->
	</collision>
	<!-- **************************************************************** -->
	<entities>
		<!-- ************************************************************ -->
		<entity>
			<type>obsticle</type>
			<data>building3</data>
			<name>building1</name>
			<position>
				<x>-240</x>
				<y>0</y>
				<z>80</z>
			</position>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>obsticle</type>
			<data>building4</data>
			<name>building2</name>
			<position>
				<x>70</x>
				<y>0</y>
				<z>80</z>
			</position>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>obsticle</type>
			<data>building5</data>
			<name>building3</name>
			<position>
				<x>320</x>
				<y>0</y>
				<z>80</z>
			</position>
		</entity>
		<!-- ************************************************************ -->
		<entity>
			<type>bird</type>
			<data>bird</data>
			<name>bird1</name>
			<startDirection>left</startDirection>
			<position>
				<x>400</x>
				<y>0</y>
				<z>330</z>
			</position>
			<maxVelocity>
				<x>150</x>
				<y>0</y>
				<z>0</z>
			</maxVelocity>
			<maxAcceleration>
				<x>1000</x>
				<y>0</y>
				<z>0</z>
			</maxAcceleration>
			<start>
				<x>400</x>
				<y>0</y>
				<z>330</z>
			</start>
			<end>
				<x>-400</x>
				<y>0</y>
				<z>330</z>
			</end>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>bird</type>
			<data>bird</data>
			<name>bird2</name>
			<startDirection>oneway</startDirection>
			<position>
				<x>-190</x>
				<y>0</y>
				<z>200</z>
			</position>
			<maxVelocity>
				<x>150</x>
				<y>0</y>
				<z>150</z>
			</maxVelocity>
			<maxAcceleration>
				<x>1000</x>
				<y>0</y>
				<z>1000</z>
			</maxAcceleration>
			<start>
				<x>-190</x>
				<y>0</y>
				<z>200</z>
			</start>
			<end>
				<x>290</x>
				<y>0</y>
				<z>500</z>
			</end>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>birds</type>
			<data>birds</data>
			<name>birds1</name>
			<position>
				<x>-250</x>
				<y>0</y>
				<z>380</z>
			</position>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>bully</type>
			<data>bully</data>
			<name>bully1</name>
			<startDirection>left</startDirection>
			<position>
				<x>100</x>
				<y>0</y>
				<z>75</z>
			</position>
			<maxVelocity>
				<x>100</x>
				<y>0</y>
				<z>0</z>
			</maxVelocity>
			<maxAcceleration>
				<x>1000</x>
				<y>0</y>
				<z>0</z>
			</maxAcceleration>
			<start>
				<x>100</x>
				<y>0</y>
				<z>75</z>
			</start>
			<end>
				<x>-200</x>
				<y>0</y>
				<z>75</z>
			</end>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>dad</type>
			<data>dad</data>
			<name>dad1</name>
			<startDirection>left</startDirection>
			<position>
				<x>600</x>
				<y>0</y>
				<z>400</z>
			</position>
			<maxVelocity>
				<x>150</x>
				<y>0</y>
				<z>0</z>
			</maxVelocity>
			<maxAcceleration>
				<x>1000</x>
				<y>0</y>
				<z>0</z>
			</maxAcceleration>
			<start>
				<x>600</x>
				<y>0</y>
				<z>400</z>
			</start>
			<end>
				<x>-600</x>
				<y>0</y>
				<z>400</z>
			</end>
		</entity>
		<!-- ------------------------------------------------------------ -->
		<entity>
			<type>mom</type>
			<data>mom</data>
			<name>mom1</name>
			<startDirection>left</startDirection>
			<position>
				<x>1000</x>
				<y>0</y>
				<z>190</z>
			</position>
			<maxVelocity>
				<x>150</x>
				<y>0</y>
				<z>0</z>
			</maxVelocity>
			<maxAcceleration>
				<x>1000</x>
				<y>0</y>
				<z>0</z>
			</maxAcceleration>
			<start>
				<x>1000</x>
				<y>0</y>
				<z>190</z>
			</start>
			<end>
				<x>-1000</x>
				<y>0</y>
				<z>190</z>
			</end>
		</entity>
		<!-- ************************************************************ -->
	</entities>
	<!-- **************************************************************** -->
	<powerups>
		<!-- ************************************************************ -->
		<powerup>
			<type>pad</type>
			<data>pad</data>
			<name>pad1</name>
			<position>
				<x>-70</x>
				<y>0</y>
				<z>75</z>
			</position>
			<pointValue>1000</pointValue>
			<gasValue>500</gasValue>
			<gasTransferValue>50</gasTransferValue>
			<gasTransferInterval>0.3</gasTransferInterval>
		</powerup>
		<!-- ------------------------------------------------------------ -->
		<powerup>
			<type>exit</type>
			<data>finish</data>
			<name>exit1</name>
			<position>
				<x>210</x>
				<y>0</y>
				<z>175</z>
			</position>
		</powerup>
		<!-- ------------------------------------------------------------ -->
		<powerup>
			<type>points</type>
			<data>points500</data>
			<name>points1</name>
			<position>
				<x>-220</x>
				<y>0</y>
				<z>320</z>
			</position>
		</powerup>
		<!-- ------------------------------------------------------------ -->
		<powerup>
			<type>points</type>
			<data>points1000</data>
			<name>points2</name>
			<position>
				<x>100</x>
				<y>0</y>
				<z>250</z>
			</position>
		</powerup>
		<!-- ------------------------------------------------------------ -->
		<powerup>
			<type>points</type>
			<data>points250</data>
			<name>points3</name>
			<position>
				<x>-100</x>
				<y>0</y>
				<z>300</z>
			</position>
		</powerup>
		<!-- ------------------------------------------------------------ -->
		<powerup>
			<type>points</type>
			<data>points1000</data>
			<name>points4</name>
			<position>
				<x>250</x>
				<y>0</y>
				<z>400</z>
			</position>
		</powerup>
		<!-- ************************************************************ -->
	</powerups>
	<!-- **************************************************************** -->
</levelTypeData>
