diff bin/map-example.xml @ 2:fc2f936a961c

basic loading, to be fixed
author fred@reichbier.de
date Thu, 17 Jul 2008 21:06:43 +0200
parents
children 292df259cc85
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/map-example.xml	Thu Jul 17 21:06:43 2008 +0200
@@ -0,0 +1,7 @@
+<map version="1" width="3" height="3">
+  <tiles tileset="tileset-example.xml">
+    <layer tilewidth="32" tileheight="32">
+      1,1,1,0,0,0,1,1,1
+    </layer>
+  </tiles>
+</map>