summaryrefslogtreecommitdiffstats
path: root/example/maps.xml
blob: 8d1889f21ca7f41af98d8ad5633906d6ccbdb2c5 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<maps>
    <!--
         id: unique id of map(> 0)
         name: the name of the maps (without .tmx extension)
         [optional] servername: the name of the server that should run this map
    -->
    <map id="1" name="desert" />
</maps>