|
@@ -6,11 +6,6 @@
|
|
|
|
|
|
"items":
|
|
|
[
|
|
|
- {
|
|
|
- "name": "lineCreatureInfo",
|
|
|
- "type": "horizontalLine",
|
|
|
- "rect": { "x" : 5, "y" : 289, "w": 365, "h": 3}
|
|
|
- },
|
|
|
{
|
|
|
"name": "lineAnimationSpeed",
|
|
|
"type": "horizontalLine",
|
|
@@ -21,11 +16,6 @@
|
|
|
"text": "core.genrltxt.396", // Auto-combat options
|
|
|
"position": {"x": 380, "y": 55}
|
|
|
},
|
|
|
- {
|
|
|
- "type" : "labelTitle",
|
|
|
- "text": "core.genrltxt.397", // Creature info
|
|
|
- "position": {"x": 10, "y": 265}
|
|
|
- },
|
|
|
/////////////////////////////////////// Right section - Auto-combat settings (NOT IMPLEMENTED)
|
|
|
{
|
|
|
"name": "autoCombatLabels",
|
|
@@ -105,32 +95,6 @@
|
|
|
]
|
|
|
},
|
|
|
/////////////////////////////////////// Left section - checkboxes
|
|
|
- {
|
|
|
- "name": "creatureInfoLabels",
|
|
|
- "type" : "verticalLayout",
|
|
|
- "customType" : "labelDescription",
|
|
|
- "position": {"x": 45, "y": 295},
|
|
|
- "items":
|
|
|
- [
|
|
|
- {
|
|
|
- "text": "core.genrltxt.402",
|
|
|
- },
|
|
|
- {
|
|
|
- "text": "core.genrltxt.403",
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatureInfoCheckboxes",
|
|
|
- "type" : "verticalLayout",
|
|
|
- "customType" : "checkboxFake",
|
|
|
- "position": {"x": 10, "y": 293},
|
|
|
- "items":
|
|
|
- [
|
|
|
- {},
|
|
|
- {}
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"name": "generalOptionsLabels",
|
|
|
"type" : "verticalLayout",
|
|
@@ -153,6 +117,9 @@
|
|
|
{
|
|
|
"text": "vcmi.battleOptions.showStickyHeroInfoWindows.hover",
|
|
|
},
|
|
|
+ {
|
|
|
+ "text": "vcmi.battleOptions.showQuickSpell.hover",
|
|
|
+ },
|
|
|
{
|
|
|
"text": "core.genrltxt.406",
|
|
|
},
|
|
@@ -192,6 +159,11 @@
|
|
|
"help": "vcmi.battleOptions.showStickyHeroInfoWindows",
|
|
|
"callback": "showStickyHeroWindowsChanged"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "showQuickSpellCheckbox",
|
|
|
+ "help": "vcmi.battleOptions.showQuickSpell",
|
|
|
+ "callback": "showQuickSpellChanged"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "mouseShadowCheckbox",
|
|
|
"help": "core.help.429",
|