1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/config/widgets/battleWindow2.json

123 lines
2.2 KiB
JSON
Raw Normal View History

2022-12-25 12:22:07 +02:00
{
"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"
},
2022-12-25 12:22:07 +02:00
{
"type": "button",
"name": "options",
"position": {"x": 4, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm003",
2023-01-09 22:21:08 +02:00
"help": "core.help.381",
"hotkey": "globalOptions"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "surrender",
"position": {"x": 55, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm001",
2023-01-09 22:21:08 +02:00
"help": "core.help.379",
"hotkey": "battleSurrender"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "flee",
"position": {"x": 106, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm002",
2023-01-09 22:21:08 +02:00
"help": "core.help.380",
"hotkey": "battleRetreat"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "autofight",
"position": {"x": 157, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm004",
2023-01-09 22:21:08 +02:00
"help": "core.help.382",
"hotkey": "battleAutocombat"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "cast",
"position": {"x": 646, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm005",
2023-01-09 22:21:08 +02:00
"help": "core.help.385",
"hotkey": "battleCastSpell"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "wait",
"position": {"x": 697, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm006",
2023-01-09 22:21:08 +02:00
"help": "core.help.386",
"hotkey": "battleWait"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "defence",
"position": {"x": 748, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "icm007",
2023-01-09 22:21:08 +02:00
"help": "core.help.387",
"hotkey": "battleDefend"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "consoleUp",
"position": {"x": 625, "y": 560},
2022-12-25 12:22:07 +02:00
"image": "ComSlide",
"imageOrder": [0, 1, 0, 0],
"hotkey": "battleConsoleUp"
2022-12-25 12:22:07 +02:00
},
{
"type": "button",
"name": "consoleDown",
"position": {"x": 625, "y": 579},
2022-12-25 12:22:07 +02:00
"image": "ComSlide",
"imageOrder": [2, 3, 2, 2],
"hotkey": "battleConsoleDown"
2022-12-25 12:22:07 +02:00
},
{
"type": "battleConsole",
"name": "console",
"imagePosition" : { "x" : 214, "y" : 7 },
"rect": {"x": 215, "y": 562, "w": 400, "h": 32}
},
{
"type": "button",
"name": "tacticNext",
2023-01-11 13:27:43 +02:00
"position": {"x": 213, "y": 560},
"image": "icm011",
"hotkey": "battleTacticsNext"
},
{
"type": "button",
"name": "tacticEnd",
2023-01-11 13:27:43 +02:00
"position": {"x": 419, "y": 560},
"image": "icm012",
"hotkey": "battleTacticsEnd"
2022-12-25 12:22:07 +02:00
}
]
2022-12-25 12:22:07 +02:00
}