<?xml version="1.0"?>
<part>
	<!-- THIS IS THE LEFT RAILPOINTS -->
	<!-- The margin of this part in stud for snaping on the grid, relative to the bitmap -->
	<SnapMargin>
		<left>0</left>
		<right>0</right>
		<top>0</top>
		<bottom>16</bottom>
	</SnapMargin>
	<!-- list of connexion point (assuming that this part can connect to another one), the position of the connexion is in stud coord and relative to the origine defined above) -->
	<ConnexionList>
		<!-- the center of this part in stud is x = 256 pix / 8 pixperstud / 2 = 16    and    y = 128 / 8 / 2 = 8 -->
		<connexion>
			<!-- type of connexion (0=none, 1=rail, 2=road, 3=monorail standard, 4=monorail short curve) -->
			<type>1</type>
			<position>
				<x>-16</x>
				<y>-4</y>
			</position>
			<angle>180</angle>
			<angleToPrev>180</angleToPrev> <!-- how much angle between this connection and the prev one in this circular list -->
			<angleToNext>180</angleToNext> <!-- how much angle between this connection and the next one in this circular list -->
			<nextConnexionPreference>2</nextConnexionPreference> <!-- index (0-based) in that list for connecting the next part -->
		</connexion>
		<connexion>
			<!-- type of connexion (0=none, 1=rail, 2=road, 3=monorail standard, 4=monorail short curve) -->
			<type>1</type>
			<position>
				<x>16</x>
				<y>4</y>
			</position>
			<angle>0</angle>
			<angleToPrev>180</angleToPrev> <!-- how much angle between this connection and the prev one in this circular list -->
			<angleToNext>0</angleToNext> <!-- how much angle between this connection and the next one in this circular list -->			
			<nextConnexionPreference>0</nextConnexionPreference> <!-- index (0-based) in that list for connecting the next part -->
		</connexion>
		<connexion>
			<!-- type of connexion (0=none, 1=rail, 2=road, 3=monorail standard, 4=monorail short curve) -->
			<type>1</type>
			<position>
				<x>16</x>
				<y>-4</y>
			</position>
			<angle>0</angle>
			<angleToPrev>0</angleToPrev> <!-- how much angle between this connection and the prev one in this circular list -->
			<angleToNext>180</angleToNext> <!-- how much angle between this connection and the next one in this circular list -->			
			<nextConnexionPreference>0</nextConnexionPreference> <!-- index (0-based) in that list for connecting the next part -->
		</connexion>
	</ConnexionList>
	<!-- a list of point that describe the hull of the parts to help finding the bounding box, when rotating the part. This is optionnal, if it doesn't exist we use the full box of the picture. -->
	<hull>
		<point>
			<x>0</x>
			<y>64</y>
		</point>
		<point>
			<x>19</x>
			<y>122</y>
		</point>
		<point>
			<x>246</x>
			<y>128</y>
		</point>
		<point>
			<x>256</x>
			<y>128</y>
		</point>
		<point>
			<x>256</x>
			<y>0</y>
		</point>
		<point>
			<x>0</x>
			<y>0</y>
		</point>
	</hull>
</part>