layout.editor.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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": 27,
  10. "width": 1280,
  11. "height": 685,
  12. "layout": {
  13. "type": "dock-h",
  14. "children": [
  15. {
  16. "width": 204,
  17. "height": 598,
  18. "type": "dock-v",
  19. "children": [
  20. {
  21. "width": 204,
  22. "height": 298,
  23. "type": "panel",
  24. "active": 0,
  25. "children": [
  26. "hierarchy"
  27. ]
  28. },
  29. {
  30. "width": 204,
  31. "height": 297,
  32. "type": "panel",
  33. "active": 0,
  34. "children": [
  35. "assets"
  36. ]
  37. }
  38. ]
  39. },
  40. {
  41. "width": 482,
  42. "height": 598,
  43. "type": "panel",
  44. "active": 0,
  45. "children": [
  46. "scene"
  47. ]
  48. },
  49. {
  50. "width": 588,
  51. "height": 598,
  52. "type": "panel",
  53. "active": 0,
  54. "children": [
  55. "inspector",
  56. "node-library"
  57. ]
  58. }
  59. ]
  60. },
  61. "panels": [
  62. "hierarchy",
  63. "assets",
  64. "scene",
  65. "inspector",
  66. "node-library"
  67. ]
  68. }
  69. },
  70. "panels": {
  71. "sprite-editor": {
  72. "x": 702,
  73. "y": 240,
  74. "width": 516,
  75. "height": 539
  76. },
  77. "project-settings": {
  78. "x": 662,
  79. "y": 240,
  80. "width": 600,
  81. "height": 565
  82. },
  83. "preferences": {
  84. "x": 2006,
  85. "y": 301,
  86. "width": 600,
  87. "height": 565
  88. },
  89. "builder": {
  90. "x": 478,
  91. "y": 233,
  92. "width": 516,
  93. "height": 739
  94. },
  95. "console": {
  96. "x": 760,
  97. "y": 326,
  98. "width": 404,
  99. "height": 328
  100. },
  101. "keystore": {
  102. "x": 330,
  103. "y": 25,
  104. "width": 543,
  105. "height": 581
  106. },
  107. "store": {
  108. "x": 140,
  109. "y": 25,
  110. "width": 1000,
  111. "height": 685
  112. }
  113. },
  114. "panelLabelWidth": {}
  115. }