diff tests/tools/map/minimal-b64-zlib.tmx @ 89:0bedc450a9d2

Tools: mlk-map add tests
author David Demelier <markand@malikania.fr>
date Sun, 05 Feb 2017 20:03:59 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/tools/map/minimal-b64-zlib.tmx	Sun Feb 05 20:03:59 2017 +0100
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<map version="1.0" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="32" tileheight="32" nextobjectid="1">
+ <properties>
+  <property name="title" value="minimal b64 zlib map"/>
+ </properties>
+ <tileset firstgid="1" name="minimal" tilewidth="32" tileheight="32" tilecount="16" columns="4">
+  <image source="minimal.png" width="128" height="128"/>
+ </tileset>
+ <layer name="background" width="10" height="10">
+  <data encoding="base64" compression="zlib">
+   eJztyqcBACAMAMGEFjrsPy0/AA6LOHcqIg4eAREJhoyCCv2eNHQMTCzsyzua2ADd
+  </data>
+ </layer>
+</map>