changed file extension of box.tilemap from .tmx to .xml

This commit is contained in:
Sara 2023-09-22 17:10:27 +02:00
parent 6d4676390c
commit c5d79b5f0a

View file

@ -3,16 +3,16 @@
<tileset firstgid="1" source="../maps/castle.tsx"/>
<layer id="1" name="Tiles" width="10" height="10">
<data encoding="csv">
2,2,2,2,2,2,2,2,2,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,0,0,0,0,0,0,0,0,2,
2,3,3,3,3,3,3,3,3,2,
2,2,2,2,2,2,2,2,2,2,
2,2,2,2,2,2,2,2,2,2
1,1,1,1,1,1,1,1,1,1,
1,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,1,
1,0,0,0,2,2,0,0,0,1,
1,0,0,0,0,0,0,0,0,1,
1,0,0,0,0,0,0,0,0,1,
1,2,2,2,2,2,2,2,2,1,
1,1,1,1,1,1,1,1,1,1
</data>
</layer>
<objectgroup id="2" name="Entities">