2023-01-29 17:49:47 +02:00
|
|
|
{
|
|
|
|
"items":
|
|
|
|
[
|
|
|
|
{
|
2023-02-14 00:53:28 +02:00
|
|
|
"name": "topSettingsLabels",
|
2023-01-29 17:49:47 +02:00
|
|
|
"type": "labelGroup",
|
|
|
|
"font": "medium",
|
|
|
|
"alignment": "center",
|
|
|
|
"color": "yellow",
|
|
|
|
"items":
|
|
|
|
[
|
|
|
|
{
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 122, "y": 30},
|
2023-01-29 17:49:47 +02:00
|
|
|
"text": "vcmi.systemOptions.resolutionButton.hover"
|
|
|
|
},
|
|
|
|
{
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 122, "y": 115},
|
2023-01-29 17:49:47 +02:00
|
|
|
"text": "core.genrltxt.394"
|
|
|
|
},
|
|
|
|
{
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 122, "y": 180},
|
2023-01-29 17:49:47 +02:00
|
|
|
"text": "core.genrltxt.395"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "resolutionButton",
|
|
|
|
"type": "button",
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 28, "y": 43},
|
2023-01-29 17:49:47 +02:00
|
|
|
"image": "buttons/resolution",
|
|
|
|
"help": "vcmi.systemOptions.resolutionButton",
|
|
|
|
"callback": "setGameResolution",
|
|
|
|
"hotkey": "g"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "resolutionLabel",
|
|
|
|
"type": "label",
|
|
|
|
"font": "medium",
|
|
|
|
"alignment": "center",
|
|
|
|
"color": "yellow",
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 170, "y": 60}
|
2023-01-29 17:49:47 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "musicSlider",
|
|
|
|
"type": "slider",
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 29, "y": 127},
|
2023-01-29 17:49:47 +02:00
|
|
|
"size": 190,
|
|
|
|
"style": "brown",
|
|
|
|
"orientation": "horizontal",
|
|
|
|
"itemsVisible": 0,
|
|
|
|
"itemsTotal": 100,
|
|
|
|
"callback": "setMusic"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "soundVolumeSlider",
|
|
|
|
"type": "slider",
|
2023-02-12 20:25:59 +02:00
|
|
|
"position": {"x": 29, "y": 193},
|
2023-01-29 17:49:47 +02:00
|
|
|
"size": 190,
|
|
|
|
"style": "brown",
|
|
|
|
"orientation": "horizontal",
|
|
|
|
"itemsVisible": 0,
|
|
|
|
"itemsTotal": 100,
|
|
|
|
"callback": "setVolume"
|
2023-02-14 00:53:28 +02:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "bottomCheckboxesLabels",
|
|
|
|
"type": "labelGroup",
|
|
|
|
"font": "medium",
|
|
|
|
"alignment": "left",
|
|
|
|
"color": "white",
|
|
|
|
"items":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"position": {"x": 64, "y": 258},
|
|
|
|
"text": "core.genrltxt.577"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"position": {"x": 64, "y": 294},
|
|
|
|
"text": "vcmi.systemOptions.fullscreenButton.hover"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"position": {"x": 64, "y": 330},
|
|
|
|
"text": "vcmi.systemOptions.framerateButton.hover"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "spellbookAnimationCheckbox",
|
|
|
|
"type": "toggleButton",
|
|
|
|
"image": "sysopchk.def",
|
|
|
|
"help": "core.help.364",
|
|
|
|
"position": {"x": 28, "y": 256},
|
|
|
|
"callback": "spellbookAnimationChanged"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "fullscreenCheckbox",
|
|
|
|
"type": "toggleButton",
|
|
|
|
"image": "sysopchk.def",
|
|
|
|
"help": "vcmi.systemOptions.fullscreenButton",
|
|
|
|
"position": {"x": 28, "y": 292},
|
|
|
|
"callback": "fullscreenChanged"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "framerateCheckbox",
|
|
|
|
"type": "toggleButton",
|
|
|
|
"image": "sysopchk.def",
|
|
|
|
"help": "vcmi.systemOptions.framerateButton",
|
|
|
|
"position": {"x": 28, "y": 328},
|
|
|
|
"callback": "framerateChanged"
|
2023-01-29 17:49:47 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|