{ "items": [ { "name": "topSettingsLabels", "type": "labelGroup", "font": "medium", "alignment": "center", "color": "yellow", "items": [ { "position": {"x": 100, "y": 60}, "text": "vcmi.systemOptions.resolutionButton.hover" }, { "position": {"x": 100, "y": 130}, "text": "core.genrltxt.394" }, { "position": {"x": 100, "y": 190}, "text": "core.genrltxt.395" } ] }, { "name": "resolutionButton", "type": "button", "position": {"x": 10, "y": 70}, "image": "buttons/resolution", "help": "vcmi.systemOptions.resolutionButton", "callback": "setGameResolution", "hotkey": "g" }, { "name": "resolutionLabel", "type": "label", "font": "medium", "alignment": "center", "color": "yellow", "position": {"x": 160, "y": 85} }, { "name": "musicSlider", "type": "slider", "position": {"x": 10, "y": 150}, "size": 190, "style": "brown", "orientation": "horizontal", "itemsVisible": 0, "itemsTotal": 100, "callback": "setMusic" }, { "name": "soundVolumeSlider", "type": "slider", "position": {"x": 10, "y": 210}, "size": 190, "style": "brown", "orientation": "horizontal", "itemsVisible": 0, "itemsTotal": 100, "callback": "setVolume" }, { "name": "bottomCheckboxesLabels", "type": "labelGroup", "font": "medium", "alignment": "left", "color": "white", "items": [ { "position": {"x": 45, "y": 330}, "text": "core.genrltxt.577" }, { "position": {"x": 45, "y": 360}, "text": "vcmi.systemOptions.fullscreenButton.hover" }, { "position": {"x": 45, "y": 390}, "text": "vcmi.systemOptions.framerateButton.hover" } ] }, { "name": "spellbookAnimationCheckbox", "type": "toggleButton", "image": "sysopchk.def", "help": "core.help.364", "position": {"x": 10, "y": 330}, "callback": "spellbookAnimationChanged" }, { "name": "fullscreenCheckbox", "type": "toggleButton", "image": "sysopchk.def", "help": "vcmi.systemOptions.fullscreenButton", "position": {"x": 10, "y": 360}, "callback": "fullscreenChanged" }, { "name": "framerateCheckbox", "type": "toggleButton", "image": "sysopchk.def", "help": "vcmi.systemOptions.framerateButton", "position": {"x": 10, "y": 390}, "callback": "framerateChanged" }, { "name": "availableCreaturesAsDwellingLabelText", "type": "label", "font": "medium", "alignment": "left", "color": "white", "text": "vcmi.otherOptions.availableCreaturesAsDwellingLabel.hover", "position": {"x": 45, "y": 420} }, { "name": "availableCreaturesAsDwellingLabelCheckbox", "type": "toggleButton", "image": "sysopchk.def", "help": "vcmi.otherOptions.availableCreaturesAsDwellingLabel", "position": {"x": 10, "y": 420}, "callback": "availableCreaturesAsDwellingLabelChanged" }, { "name": "compactTownCreatureInfoLabel", "type": "label", "font": "medium", "alignment": "left", "color": "white", "text": "vcmi.otherOptions.compactTownCreatureInfo.hover", "position": {"x": 45, "y": 450} }, { "name": "compactTownCreatureInfoCheckbox", "type": "toggleButton", "image": "sysopchk.def", "help": "vcmi.otherOptions.compactTownCreatureInfo", "position": {"x": 10, "y": 450}, "callback": "compactTownCreatureInfoChanged" } ] }