diff options
Diffstat (limited to 'src/res/tiny.tmx')
-rw-r--r-- | src/res/tiny.tmx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/res/tiny.tmx b/src/res/tiny.tmx index 71953f8..6d593af 100644 --- a/src/res/tiny.tmx +++ b/src/res/tiny.tmx @@ -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="21" height="13" tilewidth="8" tileheight="8" infinite="0" nextlayerid="5" nextobjectid="2"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="21" height="13" tilewidth="8" tileheight="8" infinite="0" nextlayerid="5" nextobjectid="3"> <tileset firstgid="1" source="autotiles.tsx"/> <tileset firstgid="33" source="tileset.tsx"/> <objectgroup id="4" name="Object Layer 1"> @@ -10,6 +10,12 @@ <property name="toy" type="int" value="128"/> </properties> </object> + <object id="2" name="lavender disk" type="save" x="88" y="64"> + <properties> + <property name="color" type="color" value="#ff9d56d0"/> + </properties> + <point/> + </object> </objectgroup> <group id="3" name="Group Layer 1"> <properties> |