| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "library" : "config/widgets/commonPrimitives.json",
- "items":
- [
- {
- "name": "background",
- "type": "texture",
- "image": "DIBOXBCK",
- "rect": {"w": 428, "h": 429}
- },
- {
- "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": 79, "w": 171, "h": 171}
- },
- {
- "type": "label",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "vcmi.lobby.noPreview",
- "position": {"x": 114, "y": 164}
- },
- {
- "type": "drawMinimap",
- "id": 0,
- "rect": {"x": 30, "y": 80, "w": 169, "h": 169}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 228, "y": 79, "w": 171, "h": 171}
- },
- {
- "type": "label",
- "name": "noUnderground",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "vcmi.lobby.noUnderground",
- "position": {"x": 313, "y": 164}
- },
- {
- "type": "drawMinimap",
- "id": 1,
- "rect": {"x": 229, "y": 80, "w": 169, "h": 169}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 254, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.creationDate",
- "position": {"x": 214, "y": 264}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 279, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "name": "date",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 214, "y": 289}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 304, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.author",
- "position": {"x": 214, "y": 314}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 329, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "name": "author",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "position": {"x": 214, "y": 339}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 354, "w": 418, "h": 20}
- },
- {
- "type": "label",
- "font": "medium",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.lobby.filepath",
- "position": {"x": 214, "y": 364}
- },
- {
- "type": "boxWithBackground",
- "rect": {"x": 5, "y": 379, "w": 418, "h": 45}
- },
- {
- "type": "textBox",
- "name": "fileName",
- "font": "small",
- "alignment": "center",
- "color": "white",
- "text": "",
- "rect": {"x": 10, "y": 384, "w": 408, "h": 35}
- }
- ],
- "variables":
- {
- "mapPreviewForSaves": true
- }
- }
|