mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
29 lines
713 B
JSON
29 lines
713 B
JSON
|
{
|
||
|
"panel": {
|
||
|
"split": "h",
|
||
|
"width": -400,
|
||
|
"content": [
|
||
|
{
|
||
|
"split": "v",
|
||
|
"width": -300,
|
||
|
"content": [
|
||
|
{
|
||
|
"split": "h",
|
||
|
"width": 400,
|
||
|
"content": [
|
||
|
{ "content": "PREVIEW" },
|
||
|
{ "content": "GRAPH" }
|
||
|
]
|
||
|
},
|
||
|
{ "content": "ANIMATION" }
|
||
|
]
|
||
|
},
|
||
|
{ "content": "INSPECTOR" }
|
||
|
]
|
||
|
},
|
||
|
"collection": {
|
||
|
"parent": "ANIMATION",
|
||
|
"width": 500,
|
||
|
"split": "h"
|
||
|
}
|
||
|
}
|