Pixel-Composer/datafiles/data/layouts/Vertical.json
2023-03-11 12:40:34 +07:00

43 lines
1.2 KiB
JSON

{
"panel": {
"split": "v",
"width": 40,
"content": [{
"content": "Panel_Menu"
},
{
"split": "h",
"width": -400,
"content": [{
"split": "v",
"width": -300,
"content": [{
"split": "h",
"width": 400,
"content": [{
"content": "Panel_Preview"
},
{
"content": "Panel_Graph"
}
]
},
{
"content": "Panel_Animation"
}
]
},
{
"content": "Panel_Inspector"
}
]
}
]
},
"Panel_Collection": {
"parent": "Panel_Animation",
"width": 500,
"split": "h",
"index": 0
}
}