mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 08:22:15 +00:00
12 lines
536 B
XML
12 lines
536 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<map version="1.0" orientation="orthogonal" renderorder="left-down" width="3" height="3" tilewidth="32" tileheight="32" nextobjectid="1">
|
|
<tileset firstgid="1" name="test-tileset" tilewidth="32" tileheight="32" spacing="2" margin="2">
|
|
<image source="test-tileset.png" width="104" height="104"/>
|
|
</tileset>
|
|
<layer name="Tile Layer 1" width="3" height="3">
|
|
<data encoding="base64" compression="gzip">
|
|
H4sIAAAAAAAACw3Dhw0AAAjDsLLh/4eJJZskZzBZbA6Xxwdm9rUOJAAAAA==
|
|
</data>
|
|
</layer>
|
|
</map>
|