layout.editor.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": 648,
  9. "y": 65,
  10. "width": 1169,
  11. "height": 965,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 204,
  17. "height": 847,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 204,
  22. "height": 374,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 204,
  31. "height": 469.984375,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 504,
  42. "height": 847,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 504,
  47. "height": 577.984375,
  48. "type": "panel",
  49. "active": 1,
  50. "children": [
  51. "scene",
  52. "builder"
  53. ]
  54. },
  55. {
  56. "width": 504,
  57. "height": 266,
  58. "type": "panel",
  59. "active": 1,
  60. "children": [
  61. "console",
  62. "timeline"
  63. ]
  64. }
  65. ]
  66. },
  67. {
  68. "width": 439,
  69. "height": 847,
  70. "type": "panel",
  71. "active": 0,
  72. "children": [
  73. "inspector"
  74. ]
  75. }
  76. ]
  77. },
  78. "panels": [
  79. "hierarchy",
  80. "assets",
  81. "scene",
  82. "builder",
  83. "console",
  84. "timeline",
  85. "inspector"
  86. ]
  87. },
  88. " build-worker-worker": {}
  89. },
  90. "panels": {
  91. "builder": {
  92. "x": 556,
  93. "y": 105,
  94. "width": 500,
  95. "height": 722
  96. },
  97. "preferences": {
  98. "x": 672,
  99. "y": 240,
  100. "width": 600,
  101. "height": 565
  102. },
  103. "project-settings": {
  104. "x": 672,
  105. "y": 240,
  106. "width": 600,
  107. "height": 565
  108. }
  109. },
  110. "panelLabelWidth": {}
  111. }