mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-30 23:18:08 +02:00
37 lines
743 B
JSON
37 lines
743 B
JSON
{
|
|
"items":
|
|
[
|
|
{
|
|
"name": "background",
|
|
"type": "picture",
|
|
"image": "vcmiSettingsWindow",
|
|
"position": {"x": 0, "y": 0}
|
|
},
|
|
{
|
|
"name": "activateSystemOptionsButton",
|
|
"type": "button",
|
|
"position": {"x": 0, "y": 0},
|
|
"image": "buttons/vcmisettings",
|
|
"help": "TODO",
|
|
"callback": "activateMainTab"
|
|
},
|
|
|
|
{
|
|
"name": "activateBattleSettingsButton",
|
|
"type": "button",
|
|
"position": {"x": 250, "y": 0},
|
|
"image": "buttons/vcmisettings",
|
|
"help": "TODO",
|
|
"callback": "activateBattleSettingsTab"
|
|
},
|
|
|
|
{
|
|
"name": "activateVcmiSettingsButton",
|
|
"type": "button",
|
|
"position": {"x": 500, "y": 0},
|
|
"image": "buttons/vcmisettings",
|
|
"help": "TODO",
|
|
"callback": "activateVcmiSettingsTab"
|
|
}
|
|
]
|
|
} |