layout.editor.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "version": "1.1.1",
  3. "windows": {
  4. "main": {
  5. "main": true,
  6. "url": "app://editor/index.html",
  7. "windowType": "dockable",
  8. "x": 0,
  9. "y": 25,
  10. "width": 1280,
  11. "height": 682,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 232.296875,
  17. "height": 592.5,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 232.296875,
  22. "height": 328.65625,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 232.296875,
  31. "height": 260.84375,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 696.90625,
  42. "height": 592.5,
  43. "type": "dock-v",
  44. "children": [
  45. {
  46. "width": 696.90625,
  47. "height": 323.5,
  48. "type": "dock-h",
  49. "children": [
  50. {
  51. "width": 394.796875,
  52. "height": 323.5,
  53. "type": "panel",
  54. "active": 0,
  55. "children": [
  56. "scene"
  57. ]
  58. },
  59. {
  60. "width": 299.09375,
  61. "height": 323.5,
  62. "type": "panel",
  63. "active": 0,
  64. "children": [
  65. "node-library"
  66. ]
  67. }
  68. ]
  69. },
  70. {
  71. "width": 696.90625,
  72. "height": 266,
  73. "type": "panel",
  74. "active": 0,
  75. "children": [
  76. "console",
  77. "timeline"
  78. ]
  79. }
  80. ]
  81. },
  82. {
  83. "width": 344.796875,
  84. "height": 592.5,
  85. "type": "panel",
  86. "active": 0,
  87. "children": [
  88. "inspector",
  89. "cocos-services"
  90. ]
  91. }
  92. ]
  93. },
  94. "panels": [
  95. "hierarchy",
  96. "assets",
  97. "scene",
  98. "node-library",
  99. "console",
  100. "timeline",
  101. "inspector",
  102. "cocos-services"
  103. ]
  104. }
  105. },
  106. "panels": {
  107. "builder": {
  108. "x": 225,
  109. "y": 25,
  110. "width": 723,
  111. "height": 682
  112. },
  113. "preferences": {
  114. "x": 1680,
  115. "y": 129,
  116. "width": 600,
  117. "height": 565
  118. },
  119. "sprite-editor": {
  120. "x": 2601,
  121. "y": 315,
  122. "width": 516,
  123. "height": 539
  124. },
  125. "project-settings": {
  126. "x": 440,
  127. "y": 173,
  128. "width": 584,
  129. "height": 554
  130. },
  131. "store": {
  132. "x": 1826,
  133. "y": 117,
  134. "width": 1000,
  135. "height": 682
  136. },
  137. "netease-yidun-encrypt": {
  138. "x": 255,
  139. "y": 71,
  140. "width": 684,
  141. "height": 504
  142. }
  143. },
  144. "panelLabelWidth.builder": null,
  145. "panelLabelWidth": {
  146. "builder": null,
  147. "inspector": null
  148. },
  149. "panelLabelWidth.inspector": null
  150. }