Closes Defects items 16 and 17 and Known-and-still-open item 6. All three let an asset file, or a caller's argument, write past a fixed array. akgl_sprite_load_json took its frame count straight from the document and wrote that many entries into a 16-byte frameids -- through a uint32_t * cast of a uint8_t *, so each write touched four bytes and the overrun reached four bytes past the array, into the rest of akgl_Sprite and then the next pool slot. The count is checked first now, each id is read into an int and narrowed deliberately, and a frame number too large for a uint8_t is refused rather than truncated into an index for a different tile. The tilemap loader had the same shape twice: objects[j] with no check against AKGL_TILEMAP_MAX_OBJECTS_PER_LAYER and tilesets[i] with none against AKGL_TILEMAP_MAX_TILESETS. akgl_tilemap_load_layers already bounded its own loop, so the pattern was in the same file. The object one is the reachable half -- 128 objects is not a large object layer. akgl_string_initialize zeroed sizeof(akgl_String) starting at `data`, which begins after the refcount in front of it, so it ran four bytes past the end of the object and onto the *next* slot's refcount -- the field the allocator reads to decide whether a slot is free. Same file, same class, fixed with it: akgl_string_copy accepted a count larger than the buffers, reading past one pool slot and writing past another, which the header documented as behaviour. Every case has a test that fails against the old code, with five new fixtures. Exactly-the-maximum is asserted alongside one-past in each, so the bound cannot be fixed by making the limit off by one. 25/25 pass, memcheck clean, reindent --check clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1561 lines
22 KiB
JSON
1561 lines
22 KiB
JSON
{
|
|
"draworder": "topdown",
|
|
"id": 2,
|
|
"locked": true,
|
|
"name": "Object Layer 1",
|
|
"objects": [
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 1,
|
|
"name": "filler0",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 2,
|
|
"name": "filler1",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 3,
|
|
"name": "filler2",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 4,
|
|
"name": "filler3",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 5,
|
|
"name": "filler4",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 6,
|
|
"name": "filler5",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 7,
|
|
"name": "filler6",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 8,
|
|
"name": "filler7",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 9,
|
|
"name": "filler8",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 10,
|
|
"name": "filler9",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 11,
|
|
"name": "filler10",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 12,
|
|
"name": "filler11",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 13,
|
|
"name": "filler12",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 14,
|
|
"name": "filler13",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 15,
|
|
"name": "filler14",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 16,
|
|
"name": "filler15",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 0
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 17,
|
|
"name": "filler16",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 18,
|
|
"name": "filler17",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 19,
|
|
"name": "filler18",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 20,
|
|
"name": "filler19",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 21,
|
|
"name": "filler20",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 22,
|
|
"name": "filler21",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 23,
|
|
"name": "filler22",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 24,
|
|
"name": "filler23",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 25,
|
|
"name": "filler24",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 26,
|
|
"name": "filler25",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 27,
|
|
"name": "filler26",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 28,
|
|
"name": "filler27",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 29,
|
|
"name": "filler28",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 30,
|
|
"name": "filler29",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 31,
|
|
"name": "filler30",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 32,
|
|
"name": "filler31",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 16
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 33,
|
|
"name": "filler32",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 34,
|
|
"name": "filler33",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 35,
|
|
"name": "filler34",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 36,
|
|
"name": "filler35",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 37,
|
|
"name": "filler36",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 38,
|
|
"name": "filler37",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 39,
|
|
"name": "filler38",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 40,
|
|
"name": "filler39",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 41,
|
|
"name": "filler40",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 42,
|
|
"name": "filler41",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 43,
|
|
"name": "filler42",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 44,
|
|
"name": "filler43",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 45,
|
|
"name": "filler44",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 46,
|
|
"name": "filler45",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 47,
|
|
"name": "filler46",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 48,
|
|
"name": "filler47",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 32
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 49,
|
|
"name": "filler48",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 50,
|
|
"name": "filler49",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 51,
|
|
"name": "filler50",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 52,
|
|
"name": "filler51",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 53,
|
|
"name": "filler52",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 54,
|
|
"name": "filler53",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 55,
|
|
"name": "filler54",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 56,
|
|
"name": "filler55",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 57,
|
|
"name": "filler56",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 58,
|
|
"name": "filler57",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 59,
|
|
"name": "filler58",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 60,
|
|
"name": "filler59",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 61,
|
|
"name": "filler60",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 62,
|
|
"name": "filler61",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 63,
|
|
"name": "filler62",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 64,
|
|
"name": "filler63",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 48
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 65,
|
|
"name": "filler64",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 66,
|
|
"name": "filler65",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 67,
|
|
"name": "filler66",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 68,
|
|
"name": "filler67",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 69,
|
|
"name": "filler68",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 70,
|
|
"name": "filler69",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 71,
|
|
"name": "filler70",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 72,
|
|
"name": "filler71",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 73,
|
|
"name": "filler72",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 74,
|
|
"name": "filler73",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 75,
|
|
"name": "filler74",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 76,
|
|
"name": "filler75",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 77,
|
|
"name": "filler76",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 78,
|
|
"name": "filler77",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 79,
|
|
"name": "filler78",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 80,
|
|
"name": "filler79",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 64
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 81,
|
|
"name": "filler80",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 82,
|
|
"name": "filler81",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 83,
|
|
"name": "filler82",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 84,
|
|
"name": "filler83",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 85,
|
|
"name": "filler84",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 86,
|
|
"name": "filler85",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 87,
|
|
"name": "filler86",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 88,
|
|
"name": "filler87",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 89,
|
|
"name": "filler88",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 90,
|
|
"name": "filler89",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 91,
|
|
"name": "filler90",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 92,
|
|
"name": "filler91",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 93,
|
|
"name": "filler92",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 94,
|
|
"name": "filler93",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 95,
|
|
"name": "filler94",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 96,
|
|
"name": "filler95",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 80
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 97,
|
|
"name": "filler96",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 98,
|
|
"name": "filler97",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 99,
|
|
"name": "filler98",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 100,
|
|
"name": "filler99",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 101,
|
|
"name": "filler100",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 102,
|
|
"name": "filler101",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 103,
|
|
"name": "filler102",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 104,
|
|
"name": "filler103",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 105,
|
|
"name": "filler104",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 106,
|
|
"name": "filler105",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 107,
|
|
"name": "filler106",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 108,
|
|
"name": "filler107",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 109,
|
|
"name": "filler108",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 110,
|
|
"name": "filler109",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 111,
|
|
"name": "filler110",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 112,
|
|
"name": "filler111",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 96
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 113,
|
|
"name": "filler112",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 114,
|
|
"name": "filler113",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 16,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 115,
|
|
"name": "filler114",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 32,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 116,
|
|
"name": "filler115",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 48,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 117,
|
|
"name": "filler116",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 64,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 118,
|
|
"name": "filler117",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 80,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 119,
|
|
"name": "filler118",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 96,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 120,
|
|
"name": "filler119",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 112,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 121,
|
|
"name": "filler120",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 128,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 122,
|
|
"name": "filler121",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 144,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 123,
|
|
"name": "filler122",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 160,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 124,
|
|
"name": "filler123",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 176,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 125,
|
|
"name": "filler124",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 192,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 126,
|
|
"name": "filler125",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 208,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 127,
|
|
"name": "filler126",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 224,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 128,
|
|
"name": "filler127",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 240,
|
|
"y": 112
|
|
},
|
|
{
|
|
"gid": 195,
|
|
"height": 16,
|
|
"id": 129,
|
|
"name": "filler128",
|
|
"rotation": 0,
|
|
"type": "",
|
|
"visible": true,
|
|
"width": 16,
|
|
"x": 0,
|
|
"y": 128
|
|
}
|
|
],
|
|
"opacity": 1,
|
|
"type": "objectgroup",
|
|
"visible": true,
|
|
"x": 0,
|
|
"y": 0
|
|
} |