1
0
Fork 0
fgdata/webgui/examples/FGPanel-Sample.json
Torsten Dreyer 651005b4b0 Add a simple example for the WebPanel
might serve as a skeleton or is it a "hello world" panel?
2014-09-22 21:48:53 +02:00

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
}
}]
}
]
}