<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE Resource SYSTEM "Your_mom/dtd/map-0.2.8.0_pig2.dtd">
<Resource type="aamap" name="ctfsty_1flag" version="0.0.2" author="Your_mom" category="clever">
<!-- Smooth version of soccersty more or less -->
	<Map version="2">
		<World>
			<Field>
				<Axes number="4"/>

				<Spawn x="240" y="100" xdir="0" ydir="1" />
				<Spawn x="160" y="100" xdir="0" ydir="1" />

				<Wall>
					<Point x="0" y="40" />
					<Point x="400" y="40" />
					<Point x="400" y="660" />
					<Point x="0" y="660" />
					<Point x="0" y="40" />
				</Wall>

        			<Zone effect="flag">
        			    <ShapeCircle radius="5">
        			        <Point x="200" y="575"/>
        			    </ShapeCircle>
        			</Zone>

        			<Zone effect="fortress">
        			    <ShapeCircle radius="25">
        			        <Point x="325" y="175"/>
        			    </ShapeCircle>
        			</Zone>

        			<Zone effect="fortress">
        			    <ShapeCircle radius="25">
        			        <Point x="75" y="175"/>
        			    </ShapeCircle>
	 	      		</Zone>
			</Field>
		</World>
	</Map>
</Resource>


