diff options
Diffstat (limited to 'src/res/big.tmx')
-rw-r--r-- | src/res/big.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/res/big.tmx b/src/res/big.tmx index 7aef7bd..d9d35ce 100644 --- a/src/res/big.tmx +++ b/src/res/big.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="65" height="33" tilewidth="8" tileheight="8" infinite="0" backgroundcolor="#1d2b79" nextlayerid="5" nextobjectid="6"> +<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="65" height="33" tilewidth="8" tileheight="8" infinite="0" backgroundcolor="#1d2b79" nextlayerid="5" nextobjectid="7"> <tileset firstgid="1" source="autotiles.tsx"/> <tileset firstgid="33" source="tileset.tsx"/> <group id="3" name="Group Layer 1"> @@ -101,5 +101,8 @@ <object id="5" name="walky" type="walker" x="200" y="112"> <point/> </object> + <object id="6" name="disk" type="save" x="448" y="120"> + <point/> + </object> </objectgroup> </map> |