mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-02 17:42:18 +01:00
tests: All map tests working
This commit is contained in:
6
tests/test_data/map_tests/embedded_tileset/map.tmx
Normal file
6
tests/test_data/map_tests/embedded_tileset/map.tmx
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.5" tiledversion="1.7.0" orientation="orthogonal" renderorder="right-down" compressionlevel="0" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<tileset firstgid="1" name="tileset" tilewidth="32" tileheight="32" spacing="1" margin="1" tilecount="48" columns="8">
|
||||
<image source="../../images/tmw_desert_spacing.png" width="265" height="199"/>
|
||||
</tileset>
|
||||
</map>
|
||||
Reference in New Issue
Block a user