diff options
author | raylu <ray.lu@getclever.com> | 2013-10-11 23:31:30 -0700 |
---|---|---|
committer | raylu <ray.lu@getclever.com> | 2013-10-11 23:31:30 -0700 |
commit | c6f6f7a619b7c87912f523ebc82d7342df8792fd (patch) | |
tree | 6cd721b208719258bd8d53b6248cd73cbf0567a7 /tileset.tsx | |
parent | faf7bc07127beecf97d09293e580ef18c955bfee (diff) | |
download | troll-c6f6f7a619b7c87912f523ebc82d7342df8792fd.tar.xz |
parse tiled output
Diffstat (limited to 'tileset.tsx')
-rw-r--r-- | tileset.tsx | 4 |
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> |