blob: 2e1ef05e1e7b5e723cd08a625e22a45d741be721 [file] [log] [blame]
{
"name": "TransformComponent",
"key": {
"int": 38,
"string": "transformcomponent"
},
"abstract": true,
"extends": "container_component.json",
"properties": {
"rotation": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 15,
"string": "r"
}
},
"scaleX": {
"type": "double",
"initialValue": "1",
"animates": true,
"group": "scale",
"key": {
"int": 16,
"string": "sx"
}
},
"scaleY": {
"type": "double",
"initialValue": "1",
"animates": true,
"group": "scale",
"key": {
"int": 17,
"string": "sy"
}
},
"opacity": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 18,
"string": "opacity"
}
}
}
}