mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
13 lines
805 B
XML
13 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.9" tiledversion="1.9.1" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" parallaxoriginx="10" parallaxoriginy="15" backgroundcolor="#ff0004" nextlayerid="2" nextobjectid="1">
|
|
<properties>
|
|
<property name="bool property - true" type="bool" value="true"/>
|
|
<property name="color property" type="color" value="#ff49fcff"/>
|
|
<property name="file property" type="file" value="../../../../../../var/log/syslog"/>
|
|
<property name="float property" type="float" value="1.23456789"/>
|
|
<property name="int property" type="int" value="13"/>
|
|
<property name="string property" value="Hello, World!!"/>
|
|
</properties>
|
|
<tileset firstgid="1" source="tileset.tsx"/>
|
|
</map>
|