mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 15:22:28 +01:00
10 lines
461 B
XML
10 lines
461 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tileset version="1.9" tiledversion="1.9.2" name="tile_set_image" tilewidth="32" tileheight="32" spacing="1" margin="1" tilecount="48" columns="8" objectalignment="topleft" tilerendersize="grid" fillmode="preserve-aspect-fit">
|
|
<image source="../../images/tmw_desert_spacing.png" width="265" height="199"/>
|
|
<tile id="0">
|
|
<properties>
|
|
<property name="Test" value="test property"/>
|
|
</properties>
|
|
</tile>
|
|
</tileset>
|