layout.editor.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": 1280,
  9. "y": 25,
  10. "width": 1920,
  11. "height": 1055,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 349,
  17. "height": 968,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 349,
  22. "height": 538,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 349,
  31. "height": 427,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 1047,
  42. "height": 968,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 1047,
  47. "height": 531,
  48. "type": "dock-h",
  49. "children": [
  50. {
  51. "width": 593.984375,
  52. "height": 531,
  53. "type": "panel",
  54. "active": 0,
  55. "children": [
  56. "scene"
  57. ]
  58. },
  59. {
  60. "width": 450,
  61. "height": 531,
  62. "type": "panel",
  63. "active": 0,
  64. "children": [
  65. "node-library"
  66. ]
  67. }
  68. ]
  69. },
  70. {
  71. "width": 1047,
  72. "height": 434,
  73. "type": "panel",
  74. "active": 0,
  75. "children": [
  76. "console",
  77. "timeline"
  78. ]
  79. }
  80. ]
  81. },
  82. {
  83. "width": 518,
  84. "height": 968,
  85. "type": "panel",
  86. "active": 0,
  87. "children": [
  88. "inspector",
  89. "cocos-services"
  90. ]
  91. }
  92. ]
  93. },
  94. "panels": [
  95. "hierarchy",
  96. "assets",
  97. "cloud-function",
  98. "scene",
  99. "node-library",
  100. "console",
  101. "timeline",
  102. "inspector",
  103. "cocos-services"
  104. ]
  105. },
  106. " common-asset-worker-worker": {}
  107. },
  108. "panels": {
  109. "builder": {
  110. "x": 1640,
  111. "y": 25,
  112. "width": 723,
  113. "height": 682
  114. },
  115. "preferences": {
  116. "x": 289,
  117. "y": 25,
  118. "width": 600,
  119. "height": 565
  120. },
  121. "sprite-editor": {
  122. "x": 2601,
  123. "y": 315,
  124. "width": 516,
  125. "height": 539
  126. },
  127. "project-settings": {
  128. "x": 440,
  129. "y": 173,
  130. "width": 584,
  131. "height": 554
  132. }
  133. },
  134. "panelLabelWidth.builder": null,
  135. "panelLabelWidth": {
  136. "builder": null,
  137. "inspector": null
  138. },
  139. "panelLabelWidth.inspector": null
  140. }