| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- {
- "library" : "config/widgets/commonPrimitives.json",
- "items":
- [
- {
- "name": "background",
- "type": "texture",
- "image": "DIBOXBCK",
- "rect": {"w": 428, "h": 459}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 5, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.scenarioName",
- "position": {"x": 214, "y": 15}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 30, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "name": "mapName",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 214, "y": 40}
- },
- {
- "type": "label",
- "name": "version",
- "font": "small",
- "alignment": "right",
- "color": "green",
- "text": "",
- "position": {"x": 418, "y": 48}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 55, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.mapPreview",
- "position": {"x": 214, "y": 65}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 29, "y": 94, "w": 171, "h": 171}
- },
- {
- "type": "label",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "vcmi.lobby.noPreview",
- "position": {"x": 114, "y": 179}
- },
- {
- "name": "minimap1",
- "type": "drawMinimap",
- "id": 0,
- "rect": {"x": 30, "y": 95, "w": 169, "h": 169}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 228, "y": 94, "w": 171, "h": 171}
- },
- {
- "type": "label",
- "name": "noUnderground",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "vcmi.lobby.noUnderground",
- "position": {"x": 313, "y": 179}
- },
- {
- "name": "minimap2",
- "type": "drawMinimap",
- "id": 1,
- "rect": {"x": 229, "y": 95, "w": 169, "h": 169}
- },
- {
- "name": "mapLayerSlider",
- "type": "slider",
- "orientation": "horizontal",
- "position": {"x": 29, "y": 267},
- "size": 370,
- "callback": "mapLayerSliderChanged",
- "selected": 0,
- "style": "brown",
- "panningStep": 171,
- "itemsVisible": 2
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 284, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.creationDate",
- "position": {"x": 214, "y": 294}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 309, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "name": "date",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 214, "y": 319}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 334, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.author",
- "position": {"x": 214, "y": 344}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 359, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "name": "author",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 214, "y": 369}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 384, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.filepath",
- "position": {"x": 214, "y": 394}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 409, "w": 418, "h": 45}
- },
- {
- "type": "textBox",
- "name": "fileName",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "rect": {"x": 10, "y": 414, "w": 408, "h": 35}
- }
- ],
- "variables":
- {
- "mapPreviewForSaves": true,
- "minimapRenderSize": 169
- }
- }
|