summaryrefslogtreecommitdiffstats
path: root/tileset.tsx
diff options
context:
space:
mode:
authorraylu <ray.lu@getclever.com>2013-10-11 23:31:30 -0700
committerraylu <ray.lu@getclever.com>2013-10-11 23:31:30 -0700
commitc6f6f7a619b7c87912f523ebc82d7342df8792fd (patch)
tree6cd721b208719258bd8d53b6248cd73cbf0567a7 /tileset.tsx
parentfaf7bc07127beecf97d09293e580ef18c955bfee (diff)
downloadtroll-c6f6f7a619b7c87912f523ebc82d7342df8792fd.tar.xz
parse tiled output
Diffstat (limited to 'tileset.tsx')
-rw-r--r--tileset.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/tileset.tsx b/tileset.tsx
new file mode 100644
index 0000000..2cd5445
--- /dev/null
+++ b/tileset.tsx
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<tileset name="t1" tilewidth="16" tileheight="16">
+ <image source="tileset.png" width="256" height="256"/>
+</tileset>