1
This commit is contained in:
50
unity/Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.json
Normal file
50
unity/Assets/Spine Examples/Spine Skeletons/Gauge/Gauge.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"skeleton": {
|
||||
"hash": "KzaKKsSONZMiN9P/N5Sy60ksi9M",
|
||||
"spine": "3.8.33-beta",
|
||||
"x": -125,
|
||||
"y": -30,
|
||||
"width": 250,
|
||||
"height": 60,
|
||||
"fps": 1,
|
||||
"images": "./images/",
|
||||
"audio": "C:/Spine/example_projects_unity/Gauge/old_export"
|
||||
},
|
||||
"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, "c3": 0.75 },
|
||||
{ "time": 1 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user