blob: 2693ac74e41d1455293c6a84e7676fb962e3ab18 [file] [log] [blame] [edit]
{
"name": "RootBone",
"key": {
"int": 41,
"string": "rootbone"
},
"extends": "bones/bone.json",
"properties": {
"x": {
"type": "double",
"initialValue": "0",
"overrideGet": true,
"animates": true,
"group": "position",
"key": {
"int": 90,
"string": "x"
},
"bindable": true
},
"y": {
"type": "double",
"initialValue": "0",
"overrideGet": true,
"animates": true,
"group": "position",
"key": {
"int": 91,
"string": "y"
},
"bindable": true
}
}
}