| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "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",
- "callback": "options",
- "hotkey": "o"
- },
- {
- "type": "button",
- "name": "surrender",
- "position": {"x": 55, "y": 560},
- "image": "icm001",
- "help": "core.help.379",
- "callback": "surrender",
- "hotkey": "s"
- },
- {
- "type": "button",
- "name": "flee",
- "position": {"x": 106, "y": 560},
- "image": "icm002",
- "help": "core.help.380",
- "callback": "flee",
- "hotkey": "r"
- },
- {
- "type": "button",
- "name": "autofight",
- "position": {"x": 157, "y": 560},
- "image": "icm004",
- "help": "core.help.382",
- "callback": "autofight",
- "hotkey": "a"
- },
- {
- "type": "button",
- "name": "cast",
- "position": {"x": 646, "y": 560},
- "image": "icm005",
- "help": "core.help.385",
- "callback": "spellbook",
- "hotkey": "c"
- },
- {
- "type": "button",
- "name": "wait",
- "position": {"x": 697, "y": 560},
- "image": "icm006",
- "help": "core.help.386",
- "callback": "wait",
- "hotkey": "w"
- },
- {
- "type": "button",
- "name": "defence",
- "position": {"x": 748, "y": 560},
- "image": "icm007",
- "help": "core.help.387",
- "callback": "defence",
- "hotkey": ["d", "space"]
- },
- {
- "type": "button",
- "name": "consoleUp",
- "position": {"x": 625, "y": 560},
- "image": "ComSlide",
- "callback": "consoleUp",
- "imageOrder": [0, 1, 0, 0],
- "hotkey": "up"
- },
- {
- "type": "button",
- "name": "consoleDown",
- "position": {"x": 625, "y": 579},
- "image": "ComSlide",
- "callback": "consoleDown",
- "imageOrder": [2, 3, 2, 2],
- "hotkey": "down"
- },
- {
- "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",
- "callback": "tacticNext",
- "hotkey": "space"
- },
-
- {
- "type": "button",
- "name": "tacticEnd",
- "position": {"x": 419, "y": 560},
- "image": "icm012",
- "callback": "tacticEnd",
- "hotkey": "enter"
- }
- ]
- }
|