diff options
author | sadbeast <sadbeast@sadbeast.com> | 2024-04-15 18:08:28 -0700 |
---|---|---|
committer | sadbeast <sadbeast@sadbeast.com> | 2024-05-18 17:23:35 -0700 |
commit | a4711cad923d6c7480e596685d9dcaefa241fe3b (patch) | |
tree | f0c36edea9b32b8a1825270436868bb020689657 /example/src/tiles.tsj | |
download | tmz-a4711cad923d6c7480e596685d9dcaefa241fe3b.tar.gz tmz-a4711cad923d6c7480e596685d9dcaefa241fe3b.tar.bz2 |
Diffstat (limited to 'example/src/tiles.tsj')
-rw-r--r-- | example/src/tiles.tsj | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/example/src/tiles.tsj b/example/src/tiles.tsj new file mode 100644 index 0000000..4e0ca0d --- /dev/null +++ b/example/src/tiles.tsj @@ -0,0 +1,51 @@ +{ "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":8, + "probability":3 + }, + { + "id":14, + "probability":0.25 + }], + "tilewidth":8, + "type":"tileset", + "version":"1.10", + "wangsets":[ + { + "colors":[ + { + "color":"#ff0000", + "name":"", + "probability":1, + "tile":-1 + }, + { + "color":"#00ff00", + "name":"", + "probability":1, + "tile":-1 + }], + "name":"corners", + "tile":-1, + "type":"corner", + "wangtiles":[ + { + "tileid":0, + "wangid":[0, 1, 0, 1, 0, 1, 0, 1] + }, + { + "tileid":1, + "wangid":[0, 2, 0, 2, 0, 2, 0, 2] + }] + }] +}
\ No newline at end of file |