mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 04:26:04 +03:00
Add flipping flags parsing/clearing to tile objects
This commit is contained in:
parent
67876c6532
commit
54bc132154
6 changed files with 87 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<?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="2" nextobjectid="1">
|
||||
<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">
|
||||
<tileset firstgid="1" source="tileset.tsx"/>
|
||||
<layer id="1" name="Tile Layer 1" width="5" height="5">
|
||||
<data encoding="csv">
|
||||
|
@ -10,4 +10,8 @@
|
|||
2147483669,2147483669,2147483669,2147483669,1
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="2" name="Object Layer 1">
|
||||
<object id="1" gid="2147483669" x="80.0555" y="48.3887" width="32" height="32"/>
|
||||
<object id="2" gid="1073741845" x="15.8334" y="112.056" width="32" height="32"/>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue