1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/widgets/battleWindow2.json

123 lines
2.2 KiB
JSON

{
"items":
[
{
"type": "picture",
"name": "menuTactics",
"playerColored" : true,
"position": {"x": 0, "y": 556},
"image": "COPLACBR.bmp"
},
{
"type": "picture",
"name": "menuBattle",
"playerColored" : true,
"position": {"x": 1, "y": 555},
"image": "CBAR.bmp"
},
{
"type": "button",
"name": "options",
"position": {"x": 4, "y": 560},
"image": "icm003",
"help": "core.help.381",
"hotkey": "globalOptions"
},
{
"type": "button",
"name": "surrender",
"position": {"x": 55, "y": 560},
"image": "icm001",
"help": "core.help.379",
"hotkey": "battleSurrender"
},
{
"type": "button",
"name": "flee",
"position": {"x": 106, "y": 560},
"image": "icm002",
"help": "core.help.380",
"hotkey": "battleRetreat"
},
{
"type": "button",
"name": "autofight",
"position": {"x": 157, "y": 560},
"image": "icm004",
"help": "core.help.382",
"hotkey": "battleAutocombat"
},
{
"type": "button",
"name": "cast",
"position": {"x": 646, "y": 560},
"image": "icm005",
"help": "core.help.385",
"hotkey": "battleCastSpell"
},
{
"type": "button",
"name": "wait",
"position": {"x": 697, "y": 560},
"image": "icm006",
"help": "core.help.386",
"hotkey": "battleWait"
},
{
"type": "button",
"name": "defence",
"position": {"x": 748, "y": 560},
"image": "icm007",
"help": "core.help.387",
"hotkey": "battleDefend"
},
{
"type": "button",
"name": "consoleUp",
"position": {"x": 625, "y": 560},
"image": "ComSlide",
"imageOrder": [0, 1, 0, 0],
"hotkey": "battleConsoleUp"
},
{
"type": "button",
"name": "consoleDown",
"position": {"x": 625, "y": 579},
"image": "ComSlide",
"imageOrder": [2, 3, 2, 2],
"hotkey": "battleConsoleDown"
},
{
"type": "battleConsole",
"name": "console",
"imagePosition" : { "x" : 214, "y" : 7 },
"rect": {"x": 215, "y": 562, "w": 400, "h": 32}
},
{
"type": "button",
"name": "tacticNext",
"position": {"x": 213, "y": 560},
"image": "icm011",
"hotkey": "battleTacticsNext"
},
{
"type": "button",
"name": "tacticEnd",
"position": {"x": 419, "y": 560},
"image": "icm012",
"hotkey": "battleTacticsEnd"
}
]
}