CabinGame/Program/assets/Door.json
Ronja b83024ded6 different UI for player inspection and adventure planning
also tons of tiny linter changes I guess
2020-04-24 15:01:39 +02:00

33 lines
776 B
JSON

{ "frames": [
{
"filename": "Door 0",
"frame": { "x": 0, "y": 0, "w": 42, "h": 46 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 46 },
"sourceSize": { "w": 42, "h": 46 },
"duration": 100
},
{
"filename": "Door 1",
"frame": { "x": 42, "y": 0, "w": 42, "h": 46 },
"rotated": false,
"trimmed": false,
"spriteSourceSize": { "x": 0, "y": 0, "w": 42, "h": 46 },
"sourceSize": { "w": 42, "h": 46 },
"duration": 100
}
],
"meta": {
"app": "http://www.aseprite.org/",
"version": "1.2.16.3-x64",
"image": "Door.png",
"format": "RGBA8888",
"size": { "w": 84, "h": 46 },
"scale": "1",
"frameTags": [
],
"slices": [
]
}
}