diff options
Diffstat (limited to 'maps/000-0-1.tmx')
-rw-r--r-- | maps/000-0-1.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maps/000-0-1.tmx b/maps/000-0-1.tmx index 863ec47f..dab4d8f2 100644 --- a/maps/000-0-1.tmx +++ b/maps/000-0-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.2" orientation="orthogonal" renderorder="right-down" width="55" height="55" tilewidth="32" tileheight="32" nextobjectid="1"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="55" height="55" tilewidth="32" tileheight="32" infinite="0" nextobjectid="2"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -377,4 +377,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> + <objectgroup name="Objects"> + <object id="1" name="^START3$" type="anchor" x="832" y="896" width="32" height="32"/> + </objectgroup> </map> |