<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE Resource SYSTEM "AATeam/map-0.2.8.0.dtd">
<Resource type="aamap" name="Square" version="0.1" author="Luke-Jr" category="SoloFortress">
	<Map version="2">
		<Settings>
			<Setting name="MAP_FILE_OVERRIDE" value="0" />
			<Setting name="FORTRESS_MAX_PER_TEAM" value="1" />
			<Setting name="SPAWN_POINT_GROUP_SIZE" value="4" />
		</Settings>

		<World>
			<Field>
				<Spawn	x="150"	y="350"	xdir="0"	ydir="-1"	/>
				<Spawn	x="150"	y="150"	xdir="1"	ydir="0"	/>
				<Spawn	x="350"	y="150"	xdir="0"	ydir="1"	/>
				<Spawn	x="350"	y="350"	xdir="-1"	ydir="0"	/>

				<Wall>
					<Point	x="0"	y="0"	/>
					<Point	x="0"	y="500"	/>
					<Point	x="500"	y="500"	/>
					<Point	x="500"	y="0"	/>
					<Point	x="0"	y="0"	/>
				</Wall>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="0.4">
						<Point x="150" y="350" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="0.4">
						<Point x="150" y="150" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="0.4">
						<Point x="350" y="150" />
					</ShapeCircle>
				</Zone>

				<Zone effect="fortress">
					<ShapeCircle radius="100" growth="0.4">
						<Point x="350" y="350" />
					</ShapeCircle>
				</Zone>
			</Field>
		</World>
	</Map>
</Resource>
