<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE world SYSTEM "parcours.dtd">
<world>
	<description>Dieses ist ein automatisch generierter Beispielparcours fuer den c't-Sim-Wettbewerb.</description>
	<parcours>
	<line>*==========ZZ==========*</line>1
	<line>#L     LLLL  LLLL     L#</line>2
	<line>#                      #</line>3
	<line>#   #              #   #</line>4
	<line>#  ===  ===  ===  ===  #</line>5
	<line>#   #     #  #     #   #</line>6
	<line>#   #     #  #     #   #</line>7
	<line>#L  #   ===  ===   #  L#</line>8
	<line>#                      #</line>9
	<line>#                      #</line>0
	<line>#==#                #==#</line>1
	<line>#  #     LLLLLL     #  #</line>2
	<line>#        L    L        #</line>3
	<line>#        L    L        #</line>4
	<line>#  =======    =======  #</line>5
	<line>#                      #</line>6
	<line>#         1..2         #</line>7
	<line>*======================*</line>8
	</parcours>
	<optics>
		<appearance type="X">
			<description>quadratische Wand</description>
			<texture>textures/rock_wall.jpg</texture>
			<color>#999999</color>
		</appearance>
		<appearance type="#">
			<description>senkrechte Wand</description>
			<clone>X</clone>
		</appearance>
		<appearance type="=">
			<description>wagrechte Wand</description>
			<clone>X</clone>
		</appearance>
		<appearance type=".">
			<description>Fussboden im Eingangsbereich</description>
			<color type="ambient">#FFFFFF</color>
			<color type="diffuse">#FFFFFF</color>
		</appearance>
		<appearance type=" ">
			<description>Fussboden im Labyrinth</description>
			<color type="ambient">#606060</color>
			<color type="diffuse">#606060</color>
		</appearance>
		<appearance type="L">
			<description>Fussboden mit Loch</description>
			<color type="ambient">#000000</color>
			<color type="diffuse">#000000</color>
		</appearance>
		<appearance type="1">
			<description>Fussboden des Startfeldes 1</description>
			<color type="ambient">#993030</color>
			<color type="diffuse">#993030</color>
		</appearance>
		<appearance type="2">
			<description>Fussboden des Startfeldes 2</description>
			<color type="ambient">#000099</color>
			<color type="diffuse">#000099</color>
		</appearance>
		<appearance type="0">
			<description>Fussboden des Default-Startfeldes</description>
			<clone>.</clone>
		</appearance>
		<appearance type="Z">
			<description>Fussboden des Zielfeldes 0</description>
			<color type="ambient">#66FF00</color>
			<color type="diffuse">#66FF00</color>
		</appearance>
		<appearance type="*"><description>Lichtkugel</description>
			<color type="emmissive">#FFFF90</color>
		</appearance>
		<appearance type="-"><description>Linie</description>
			<color type="ambient">#000000</color>
			<color type="diffuse">#000000</color>
			<color type="specular">#000000</color>
			<color type="emmissive">#000000</color>
		</appearance>
		<appearance type="|"><description>Linie</description>
			<clone>-</clone>
		</appearance>
		<appearance type="/">
			<description>Linie</description>
			<clone>-</clone>
		</appearance>
		<appearance type="\">
			<description>Linie</description>
			<clone>-</clone>
		</appearance>
		<appearance type="+">
			<description>Linie</description>
			<clone>-</clone>
		</appearance>
		<appearance type="~">
			<description>Linie</description>
			<clone>-</clone>
		</appearance>
	</optics>
</world>

