DataBoardDemo/local/layout.editor.json
2023-05-27 23:00:07 +08:00

101 lines
2.1 KiB
JSON

{
"version": "1.1.1",
"windows": {
"main": {
"main": true,
"url": "app://editor/index.html",
"windowType": "dockable",
"x": 0,
"y": 0,
"width": 1920,
"height": 1040,
"layout": {
"type": "dock-h",
"children": [
{
"width": 459,
"height": 919.5,
"type": "dock-v",
"children": [
{
"width": 459,
"height": 316.828125,
"type": "panel",
"active": 0,
"children": [
"hierarchy"
]
},
{
"width": 459,
"height": 599.671875,
"type": "panel",
"active": 0,
"children": [
"assets"
]
}
]
},
{
"width": 980,
"height": 919.5,
"type": "dock-v",
"children": [
{
"width": 980,
"height": 563.6875,
"type": "panel",
"active": 0,
"children": [
"scene"
]
},
{
"width": 980,
"height": 352.8125,
"type": "panel",
"active": 1,
"children": [
"console",
"timeline",
"game-window"
]
}
]
},
{
"width": 459,
"height": 919.5,
"type": "panel",
"active": 0,
"children": [
"inspector",
"cocos-services"
]
}
]
},
"panels": [
"hierarchy",
"assets",
"scene",
"console",
"timeline",
"game-window",
"inspector",
"cocos-services"
]
}
},
"panels": {
"simulator-debugger": {
"x": 552,
"y": 190,
"width": 816,
"height": 639
}
},
"panelLabelWidth": {}
}