mapOverview.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "library" : "config/widgets/commonPrimitives.json",
  3. "items":
  4. [
  5. {
  6. "name": "background",
  7. "type": "texture",
  8. "image": "DIBOXBCK",
  9. "rect": {"w": 428, "h": 429}
  10. },
  11. {
  12. "type": "boxWithBackground",
  13. "rect": {"x": 5, "y": 5, "w": 418, "h": 20}
  14. },
  15. {
  16. "type": "label",
  17. "font": "medium",
  18. "alignment": "center",
  19. "color": "yellow",
  20. "text": "vcmi.lobby.scenarioName",
  21. "position": {"x": 214, "y": 15}
  22. },
  23. {
  24. "type": "boxWithBackground",
  25. "rect": {"x": 5, "y": 30, "w": 418, "h": 20}
  26. },
  27. {
  28. "type": "label",
  29. "name": "mapName",
  30. "font": "small",
  31. "alignment": "center",
  32. "color": "white",
  33. "text": "",
  34. "position": {"x": 214, "y": 40}
  35. },
  36. {
  37. "type": "label",
  38. "name": "version",
  39. "font": "small",
  40. "alignment": "right",
  41. "color": "green",
  42. "text": "",
  43. "position": {"x": 418, "y": 48}
  44. },
  45. {
  46. "type": "boxWithBackground",
  47. "rect": {"x": 5, "y": 55, "w": 418, "h": 20}
  48. },
  49. {
  50. "type": "label",
  51. "font": "medium",
  52. "alignment": "center",
  53. "color": "yellow",
  54. "text": "vcmi.lobby.mapPreview",
  55. "position": {"x": 214, "y": 65}
  56. },
  57. {
  58. "type": "boxWithBackground",
  59. "rect": {"x": 29, "y": 79, "w": 171, "h": 171}
  60. },
  61. {
  62. "type": "label",
  63. "font": "small",
  64. "alignment": "center",
  65. "color": "white",
  66. "text": "vcmi.lobby.noPreview",
  67. "position": {"x": 114, "y": 164}
  68. },
  69. {
  70. "type": "drawMinimap",
  71. "id": 0,
  72. "rect": {"x": 30, "y": 80, "w": 169, "h": 169}
  73. },
  74. {
  75. "type": "boxWithBackground",
  76. "rect": {"x": 228, "y": 79, "w": 171, "h": 171}
  77. },
  78. {
  79. "type": "label",
  80. "name": "noUnderground",
  81. "font": "small",
  82. "alignment": "center",
  83. "color": "white",
  84. "text": "vcmi.lobby.noUnderground",
  85. "position": {"x": 313, "y": 164}
  86. },
  87. {
  88. "type": "drawMinimap",
  89. "id": 1,
  90. "rect": {"x": 229, "y": 80, "w": 169, "h": 169}
  91. },
  92. {
  93. "type": "boxWithBackground",
  94. "rect": {"x": 5, "y": 254, "w": 418, "h": 20}
  95. },
  96. {
  97. "type": "label",
  98. "font": "medium",
  99. "alignment": "center",
  100. "color": "yellow",
  101. "text": "vcmi.lobby.creationDate",
  102. "position": {"x": 214, "y": 264}
  103. },
  104. {
  105. "type": "boxWithBackground",
  106. "rect": {"x": 5, "y": 279, "w": 418, "h": 20}
  107. },
  108. {
  109. "type": "label",
  110. "name": "date",
  111. "font": "small",
  112. "alignment": "center",
  113. "color": "white",
  114. "text": "",
  115. "position": {"x": 214, "y": 289}
  116. },
  117. {
  118. "type": "boxWithBackground",
  119. "rect": {"x": 5, "y": 304, "w": 418, "h": 20}
  120. },
  121. {
  122. "type": "label",
  123. "font": "medium",
  124. "alignment": "center",
  125. "color": "yellow",
  126. "text": "vcmi.lobby.author",
  127. "position": {"x": 214, "y": 314}
  128. },
  129. {
  130. "type": "boxWithBackground",
  131. "rect": {"x": 5, "y": 329, "w": 418, "h": 20}
  132. },
  133. {
  134. "type": "label",
  135. "name": "author",
  136. "font": "small",
  137. "alignment": "center",
  138. "color": "white",
  139. "text": "",
  140. "position": {"x": 214, "y": 339}
  141. },
  142. {
  143. "type": "boxWithBackground",
  144. "rect": {"x": 5, "y": 354, "w": 418, "h": 20}
  145. },
  146. {
  147. "type": "label",
  148. "font": "medium",
  149. "alignment": "center",
  150. "color": "yellow",
  151. "text": "vcmi.lobby.filepath",
  152. "position": {"x": 214, "y": 364}
  153. },
  154. {
  155. "type": "boxWithBackground",
  156. "rect": {"x": 5, "y": 379, "w": 418, "h": 45}
  157. },
  158. {
  159. "type": "textBox",
  160. "name": "fileName",
  161. "font": "small",
  162. "alignment": "center",
  163. "color": "white",
  164. "text": "",
  165. "rect": {"x": 10, "y": 384, "w": 408, "h": 35}
  166. }
  167. ],
  168. "variables":
  169. {
  170. "mapPreviewForSaves": true
  171. }
  172. }