diff options
Diffstat (limited to 'maps/000-0-0.tmx')
-rw-r--r-- | maps/000-0-0.tmx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maps/000-0-0.tmx b/maps/000-0-0.tmx index 6535f1db..15ce26f2 100644 --- a/maps/000-0-0.tmx +++ b/maps/000-0-0.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"/> @@ -436,4 +436,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="^START2$" type="anchor" x="832" y="896" width="32" height="32"/> + </objectgroup> </map> |