mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-06 01:12:50 +02:00
22 lines
826 B
Text
22 lines
826 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="5" height="5" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||
|
<properties>
|
||
|
<property name="MapBool" type="bool" value="true"/>
|
||
|
<property name="MapColor" type="color" value="#ffff0000"/>
|
||
|
<property name="MapFile" type="file" value="file.png"/>
|
||
|
<property name="MapFloat" type="float" value="5.2"/>
|
||
|
<property name="MapInt" type="int" value="42"/>
|
||
|
<property name="MapObject" type="object" value="5"/>
|
||
|
<property name="MapString" value="string in map"/>
|
||
|
</properties>
|
||
|
<layer id="1" name="Tile Layer 1" width="5" height="5">
|
||
|
<data encoding="csv">
|
||
|
0,0,0,0,0,
|
||
|
0,0,0,0,0,
|
||
|
0,0,0,0,0,
|
||
|
0,0,0,0,0,
|
||
|
0,0,0,0,0
|
||
|
</data>
|
||
|
</layer>
|
||
|
</map>
|