mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<?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="3" nextobjectid="3">
|
|
<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>
|
|
<objectgroup id="2" name="Object Layer 1">
|
|
<object id="1" template="map-with-object-template.tx" name="Thingy 2" x="94.5749" y="33.6842">
|
|
<properties>
|
|
<property name="Bool" type="bool" value="true"/>
|
|
<property name="TestClassInTemplate" type="class" propertytype="TestClass">
|
|
<properties>
|
|
<property name="Amount" type="float" value="37"/>
|
|
<property name="Name" value="I am here"/>
|
|
</properties>
|
|
</property>
|
|
</properties>
|
|
</object>
|
|
<object id="2" template="map-with-object-template.tx" x="29.7976" y="33.8693"/>
|
|
<object id="3" template="map-with-object-template.tx" name="Thingy 3" x="5" y="5">
|
|
<properties>
|
|
<property name="TestClassInTemplate" type="class" propertytype="TestClass">
|
|
<properties>
|
|
<property name="Name" value="I am here 3"/>
|
|
</properties>
|
|
</property>
|
|
</properties>
|
|
</object>
|
|
</objectgroup>
|
|
</map>
|