aboutsummaryrefslogtreecommitdiffstats
path: root/example/src/tiles.tsj
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/tiles.tsj')
-rw-r--r--example/src/tiles.tsj51
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