aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/tiles.tsj
diff options
context:
space:
mode:
authorsadbeast <sadbeast@sadbeast.com>2024-04-15 18:08:28 -0700
committersadbeast <sadbeast@sadbeast.com>2024-05-18 17:23:35 -0700
commita4711cad923d6c7480e596685d9dcaefa241fe3b (patch)
treef0c36edea9b32b8a1825270436868bb020689657 /src/test/tiles.tsj
downloadtmz-a4711cad923d6c7480e596685d9dcaefa241fe3b.tar.gz
tmz-a4711cad923d6c7480e596685d9dcaefa241fe3b.tar.bz2
initial mistakeHEADmain
Diffstat (limited to 'src/test/tiles.tsj')
-rw-r--r--src/test/tiles.tsj126
1 files changed, 126 insertions, 0 deletions
diff --git a/src/test/tiles.tsj b/src/test/tiles.tsj
new file mode 100644
index 0000000..53b9476
--- /dev/null
+++ b/src/test/tiles.tsj
@@ -0,0 +1,126 @@
+{ "columns":4,
+ "image":"tiles.png",
+ "imageheight":32,
+ "imagewidth":32,
+ "margin":0,
+ "name":"tiles",
+ "spacing":0,
+ "tilecount":16,
+ "tiledversion":"1.10.2",
+ "tileheight":8,
+ "tiles":[
+ {
+ "id":6,
+ "objectgroup":
+ {
+ "draworder":"index",
+ "name":"",
+ "objects":[
+ {
+ "height":7,
+ "id":1,
+ "name":"",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":7,
+ "x":0,
+ "y":0
+ }],
+ "opacity":1,
+ "type":"objectgroup",
+ "visible":true,
+ "x":0,
+ "y":0
+ }
+ },
+ {
+ "id":7,
+ "objectgroup":
+ {
+ "draworder":"index",
+ "name":"",
+ "objects":[
+ {
+ "height":8,
+ "id":1,
+ "name":"",
+ "rotation":0,
+ "type":"",
+ "visible":true,
+ "width":8,
+ "x":0,
+ "y":0
+ }],
+ "opacity":1,
+ "type":"objectgroup",
+ "visible":true,
+ "x":0,
+ "y":0
+ }
+ },
+ {
+ "animation":[
+ {
+ "duration":200,
+ "tileid":8
+ },
+ {
+ "duration":200,
+ "tileid":10
+ },
+ {
+ "duration":200,
+ "tileid":9
+ },
+ {
+ "duration":200,
+ "tileid":11
+ }],
+ "id":8
+ }],
+ "tilewidth":8,
+ "transformations":
+ {
+ "hflip":true,
+ "preferuntransformed":false,
+ "rotate":true,
+ "vflip":false
+ },
+ "type":"tileset",
+ "version":"1.10",
+ "wangsets":[
+ {
+ "colors":[
+ {
+ "color":"#ff0000",
+ "name":"",
+ "probability":1,
+ "tile":-1
+ }],
+ "name":"grass",
+ "tile":-1,
+ "type":"corner",
+ "wangtiles":[
+ {
+ "tileid":5,
+ "wangid":[0, 0, 0, 1, 0, 1, 0, 1]
+ },
+ {
+ "tileid":9,
+ "wangid":[0, 0, 0, 0, 0, 1, 0, 1]
+ },
+ {
+ "tileid":10,
+ "wangid":[0, 1, 0, 1, 0, 0, 0, 1]
+ },
+ {
+ "tileid":13,
+ "wangid":[0, 1, 0, 0, 0, 1, 0, 1]
+ },
+ {
+ "tileid":14,
+ "wangid":[0, 0, 0, 0, 0, 0, 0, 1]
+ }]
+ }]
+} \ No newline at end of file