mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
21 lines
874 B
XML
21 lines
874 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.10" tiledversion="1.11.0" orientation="isometric" renderorder="right-down" width="5" height="5" tilewidth="32" tileheight="16" infinite="0" backgroundcolor="#00ff00" nextlayerid="2" nextobjectid="1">
|
|
<properties>
|
|
<property name="boolprop" type="bool" value="true"/>
|
|
<property name="colorprop" type="color" value="#ff55ffff"/>
|
|
<property name="fileprop" type="file" value="file.txt"/>
|
|
<property name="floatprop" type="float" value="4.2"/>
|
|
<property name="intprop" type="int" value="8"/>
|
|
<property name="objectprop" type="object" value="5"/>
|
|
<property name="stringprop" value="This is a string, hello world!"/>
|
|
</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>
|