layout.editor.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": -8,
  9. "y": -8,
  10. "width": 1936,
  11. "height": 1056,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 340,
  17. "height": 935.5,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 340,
  22. "height": 408.78125,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 340,
  31. "height": 523.71875,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 1048,
  42. "height": 935.5,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 1048,
  47. "height": 640.640625,
  48. "type": "panel",
  49. "active": 1,
  50. "children": [
  51. "scene",
  52. "builder"
  53. ]
  54. },
  55. {
  56. "width": 1048,
  57. "height": 291.84375,
  58. "type": "panel",
  59. "active": 1,
  60. "children": [
  61. "console",
  62. "timeline"
  63. ]
  64. }
  65. ]
  66. },
  67. {
  68. "width": 526,
  69. "height": 935.5,
  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. " common-asset-worker-worker": {},
  89. " build-worker-worker": {}
  90. },
  91. "panels": {
  92. "builder": {
  93. "x": 556,
  94. "y": 105,
  95. "width": 500,
  96. "height": 722
  97. },
  98. "preferences": {
  99. "x": 672,
  100. "y": 240,
  101. "width": 600,
  102. "height": 565
  103. },
  104. "project-settings": {
  105. "x": 672,
  106. "y": 240,
  107. "width": 600,
  108. "height": 565
  109. },
  110. "ccc-obfuscated-code": {
  111. "x": 642,
  112. "y": 35,
  113. "width": 636,
  114. "height": 949
  115. }
  116. },
  117. "panelLabelWidth": {}
  118. }