1<defn>
2	<minplayers>0</minplayers>
3	<maxplayers>24</maxplayers>
4	<landscapewidth>256</landscapewidth>
5	<landscapeheight>256</landscapeheight>
6	<roof type="sky"></roof>
7	<tankstart type="height">
8		<startcloseness>20</startcloseness>
9		<height><min>5.5</min><max>60</max></height>
10		<startmask></startmask>
11	</tankstart>
12	<heightmap type="file">
13    	<file>data/landscapes/canyon.bmp</file>
14    	<levelsurround>true</levelsurround>
15    </heightmap>
16
17      <includes>
18       <include>data/landscapes/options.xml</include>
19         <include>data/landscapes/event_goodies.xml</include>
20         </includes>
21
22</defn>
23