| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "library" : [
- "config/widgets/commonPrimitives.json"
- ],
-
- "items":
- [
- {
- "name": "background",
- "type": "texture",
- "image": "DiBoxBck",
- "rect": {"w": 600, "h": 480}
- },
- {
- "name": "lineTabs",
- "type": "horizontalLine",
- "rect": { "x" : 10, "y" : 45, "w": 580, "h": 3}
- },
- {
- "name": "lineColumns",
- "type": "verticalLine",
- "rect": { "x" : 370, "y" : 50, "w": 3, "h": 420}
- },
- {
- "name": "settingsTabs",
- "type": "toggleGroup",
- "position": {
- "x": 0,
- "y": 0
- },
- "items":
- [
- {
- "index": 0,
- "type": "toggleButton",
- "position": {"x": 10, "y": 5},
- "image": "settingsWindow/button190",
- "help": "vcmi.settingsMainWindow.generalTab",
- "items":
- [
- {
- "name": "generalTabButtonTitle",
- "type": "label",
- "font": "big",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.settingsMainWindow.generalTab.hover"
- }
- ]
- },
- {
- "index": 1,
- "type": "toggleButton",
- "position": {"x": 205, "y": 5},
- "image": "settingsWindow/button190",
- "help": "vcmi.settingsMainWindow.adventureTab",
- "items":
- [
- {
- "name": "generalTabButtonTitle",
- "type": "label",
- "font": "big",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.settingsMainWindow.adventureTab.hover"
- }
- ]
- },
- {
- "index": 2,
- "type": "toggleButton",
- "position": {"x": 400, "y": 5},
- "image": "settingsWindow/button190",
- "help": "vcmi.settingsMainWindow.battleTab",
- "items":
- [
- {
- "name": "adventureTabButtonTitle",
- "type": "label",
- "font": "big",
- "alignment": "center",
- "color": "yellow",
- "text": "vcmi.settingsMainWindow.battleTab.hover"
- }
- ]
- }
- ],
- "callback": "activateSettingsTab"
- },
- {
- "name": "lineButtons",
- "type": "horizontalLine",
- "rect": { "x" : 375, "y" : 289, "w": 220, "h": 3}
- },
- {
- "name": "loadButton",
- "type": "button",
- "position": {"x": 380, "y": 306},
- "image": "SOLOAD.DEF",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.321",
- "callback": "loadGame",
- "hotkey": "settingsLoadGame"
- },
- {
- "name": "saveButton",
- "type": "button",
- "position": {"x": 490, "y": 306},
- "image": "SOSAVE.DEF",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.322",
- "callback": "saveGame",
- "hotkey": "settingsSaveGame"
- },
- {
- "name": "restartButton",
- "type": "button",
- "position": {"x": 380, "y": 364},
- "image": "SORSTRT.DEF",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.323",
- "callback": "restartGame",
- "hotkey": "settingsRestartGame"
- },
- {
- "name": "mainMenuButton",
- "type": "button",
- "position": {"x": 490, "y": 364},
- "image": "SOMAIN.DEF",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.320",
- "callback": "returnToMainMenu",
- "hotkey": "settingsToMainMenu"
- },
- {
- "name": "quitButton",
- "type": "button",
- "position": {"x": 380, "y": 422},
- "image": "soquit.def",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.324",
- "callback": "quitGame",
- "hotkey": "settingsQuitGame"
- },
- {
- "name": "closeSettingsButton",
- "type": "button",
- "position": {"x": 490, "y": 422},
- "image": "soretrn.def",
- "imageOrder": [1, 0, 2, 3],
- "help": "core.help.325",
- "callback": "closeWindow",
- "hotkey": "globalReturn"
- }
- ]
- }
|