
Code: Select all Reset
[ { "id":"$fence00", "type":"template", "category":"$cat_fence00", "build time": 1, "price": 100, "removable": true, "width": 1, "height": 1 }, { "id":"$fence01", "type":"fence", "template":"$fence00", "frames": [ //diagonal frames { "bmp":"fence.png", "h":12, "w":16, "x":48, "y":4, "handle y":4 }, { "bmp":"fence.png", "h":16, "w":16, "x":64, "handle y":8 } ], "allow diagonal":true, "hidden":true }, { "id":"$fence02", "type":"fence", "template":"$fence00", "frames": [ //regular frames { "bmp":"fence.png", "h":12, "y":4, "w":16, "count":2, "handle y":4 }, //slope frames { "bmp":"fence.png", "h":12, "y":4, "x":96, "w":16, "count":2, "handle y":4 } ], "diagonal fence":"$fence01" } ]
JSON checker