XML
19
map xml
Guest on 24th May 2022 02:25:56 PM
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<map>
<name>Map1</name>
<width>600</width>
<height>600</height>
<buildings>
<building>
<team>Team 1</team>
<name>Control Center</name>
<x>300</x>
<y>300</y>
<width>50</width>
<height>50</height>
</building>
</buildings>
<units>
<unit>
<team>Team 1</team>
<name>Worker</name>
<x>300</x>
<y>350</y>
<width>10</width>
<height>10</height>
</unit>
</units>
<resources>
<resource>
<name>Mine</name>
<x>300</x>
<y>450</y>
<width>10</width>
<height>10</height>
</resource>
</resources>
<obstacles>
<obstacle>
<name>Obstacle</name>
<x>300</x>
<y>380</y>
<width>10</width>
<height>10</height>
</obstacle>
<obstacle>
<name>Obstacle</name>
<x>290</x>
<y>380</y>
<width>10</width>
<height>10</height>
</obstacle>
<obstacle>
<name>Obstacle</name>
<x>280</x>
<y>380</y>
<width>10</width>
<height>10</height>
</obstacle>
<obstacle>
<name>Obstacle</name>
<x>310</x>
<y>380</y>
<width>10</width>
<height>10</height>
</obstacle>
<obstacle>
<name>Obstacle</name>
<x>320</x>
<y>380</y>
<width>10</width>
<height>10</height>
</obstacle>
</obstacles>
</map>