1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "skeleton": {
- "hash": "mUQaGw4LIww",
- "spine": "4.0.31",
- "x": -125,
- "y": -30,
- "width": 250,
- "height": 60,
- "fps": 1,
- "images": "./images/",
- "audio": ""
- },
- "bones": [
- { "name": "root" },
- { "name": "Bar", "parent": "root", "x": -112.29 }
- ],
- "slots": [
- { "name": "Background", "bone": "root", "attachment": "Background" },
- { "name": "Bar", "bone": "Bar", "attachment": "Bar" },
- { "name": "Border", "bone": "root", "attachment": "Border" }
- ],
- "skins": [
- {
- "name": "default",
- "attachments": {
- "Background": {
- "Background": { "width": 224, "height": 32 }
- },
- "Bar": {
- "Bar": { "x": 112.29, "width": 224, "height": 32 }
- },
- "Border": {
- "Border": { "width": 250, "height": 60 }
- }
- }
- }
- ],
- "animations": {
- "Fill": {
- "bones": {
- "Bar": {
- "scale": [
- {
- "x": 0.002,
- "curve": [ 0.25, 0.002, 0.75, 1, 0.25, 1, 0.75, 1 ]
- },
- { "time": 1 }
- ]
- }
- }
- }
- }
- }
|