123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "version": "1.1.1",
- "windows": {
- "main": {
- "main": true,
- "url": "app://editor/index.html",
- "windowType": "dockable",
- "x": 0,
- "y": 25,
- "width": 1920,
- "height": 985,
- "layout": {
- "type": "dock-h",
- "children": [
- {
- "width": 278,
- "height": 897.5,
- "type": "panel",
- "active": 0,
- "children": [
- "assets"
- ]
- },
- {
- "width": 674,
- "height": 897.5,
- "type": "dock-v",
- "children": [
- {
- "width": 674,
- "height": 466.265625,
- "type": "panel",
- "active": 0,
- "children": [
- "scene"
- ]
- },
- {
- "width": 674,
- "height": 428.234375,
- "type": "panel",
- "active": 0,
- "children": [
- "console",
- "timeline",
- "game-window"
- ]
- }
- ]
- },
- {
- "width": 397,
- "height": 897.5,
- "type": "panel",
- "active": 0,
- "children": [
- "hierarchy"
- ]
- },
- {
- "width": 562,
- "height": 897.5,
- "type": "panel",
- "active": 0,
- "children": [
- "inspector",
- "cocos-services"
- ]
- }
- ]
- },
- "panels": [
- "assets",
- "scene",
- "console",
- "timeline",
- "game-window",
- "hierarchy",
- "inspector",
- "cocos-services"
- ]
- },
- "worker": {}
- },
- "panels": {
- "builder": {
- "x": 443,
- "y": 94,
- "width": 500,
- "height": 728
- },
- "preferences": {
- "x": 241,
- "y": 208,
- "width": 1182,
- "height": 599
- },
- "project-settings": {
- "x": 680,
- "y": 228,
- "width": 584,
- "height": 554
- }
- },
- "panelLabelWidth": {}
- }
|