1<defn>
2	<minplayers>0</minplayers>
3	<maxplayers>24</maxplayers>
4	<landscapewidth>512</landscapewidth>
5	<landscapeheight>512</landscapeheight>
6	 <arenawidth>256</arenawidth>
7    <arenaheight>256</arenaheight>
8	<roof type="sky"></roof>
9	<tankstart type="height">
10		<startcloseness>20</startcloseness>
11		<height><min>5.5</min><max>30</max></height>
12		<startmask></startmask>
13	</tankstart>
14
15
16
17
18	<heightmap type="file">
19            <file>data/landscapes/vue/knife.png</file>
20		<levelsurround>true</levelsurround>
21	</heightmap>
22
23	 <includes>
24       <include>data/landscapes/options.xml</include>
25         </includes>
26
27
28</defn>
29