| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "items":
- [
- {
- // fix transparent gap between content and border
- "type": "transparentFilledRectangle",
- "rect": {"x": 0, "y": 555, "w": 801, "h": 46},
- "color": [0, 0, 0, 255]
- },
- {
- "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"
- }
- ]
- }
|