mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|