| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "items":
- [
- {
- "name": "availableCreaturesAsDwellingLabelText",
- "type": "label",
- "font": "medium",
- "alignment": "left",
- "color": "white",
- "text": "vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover",
- "position": {"x": 61, "y": 27}
- },
- {
- "name": "availableCreaturesAsDwellingLabelCheckbox",
- "type": "toggleButton",
- "image": "sysopchk.def",
- "help": "vcmi.otherOptions.availableCreaturesAsDwellingLabel",
- "position": {"x": 25, "y": 26},
- "callback": "availableCreaturesAsDwellingLabelChanged"
- },
- {
- "name": "compactTownCreatureInfoLabel",
- "type": "label",
- "font": "medium",
- "alignment": "left",
- "color": "white",
- "text": "vcmi.otherOptions.compactTownCreatureInfo.hover",
- "position": {"x": 61, "y": 60}
- },
- {
- "name": "compactTownCreatureInfoCheckbox",
- "type": "toggleButton",
- "image": "sysopchk.def",
- "help": "vcmi.otherOptions.compactTownCreatureInfo",
- "position": {"x": 25, "y": 59},
- "callback": "compactTownCreatureInfoChanged"
- }
- ]
- }
|