651005b4b0
might serve as a skeleton or is it a "hello world" panel?
26 lines
504 B
JSON
26 lines
504 B
JSON
{
|
|
"src": "FGPanel-Sample.svg",
|
|
|
|
"animations": [
|
|
{
|
|
"element": "#Ground",
|
|
"type": "transform",
|
|
"transforms": [{
|
|
"type": "rotate",
|
|
"a": {
|
|
"property": "roll",
|
|
"scale": -1
|
|
},
|
|
"x": 256,
|
|
"y": 256
|
|
},{
|
|
"type": "translate",
|
|
"x": 0,
|
|
"y": {
|
|
"property": "pitch",
|
|
"scale": 10
|
|
}
|
|
}]
|
|
}
|
|
]
|
|
}
|