mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix after options merge.
This commit is contained in:
parent
56b8fb39f3
commit
d622bc613a
@ -7,13 +7,13 @@
|
||||
"name": "lineCreatureInfo",
|
||||
"type": "texture",
|
||||
"image": "settingsWindow/lineHorizontal",
|
||||
"rect": { "x" : 5, "y" : 229, "w": 365, "h": 3}
|
||||
"rect": { "x" : 5, "y" : 259, "w": 365, "h": 3}
|
||||
},
|
||||
{
|
||||
"name": "lineAnimationSpeed",
|
||||
"type": "texture",
|
||||
"image": "settingsWindow/lineHorizontal",
|
||||
"rect": { "x" : 5, "y" : 319, "w": 365, "h": 3}
|
||||
"rect": { "x" : 5, "y" : 349, "w": 365, "h": 3}
|
||||
},
|
||||
{
|
||||
"type" : "labelTitle",
|
||||
@ -23,7 +23,7 @@
|
||||
{
|
||||
"type" : "labelTitle",
|
||||
"text": "core.genrltxt.397", // Creature info
|
||||
"position": {"x": 10, "y": 235}
|
||||
"position": {"x": 10, "y": 265}
|
||||
},
|
||||
/////////////////////////////////////// Right section - Auto-combat settings (NOT IMPLEMENTED)
|
||||
{
|
||||
@ -107,6 +107,9 @@
|
||||
{
|
||||
"text": "vcmi.battleOptions.movementHighlightOnHover.hover",
|
||||
},
|
||||
{
|
||||
"text": "vcmi.battleOptions.rangedFullDamageLimitHighlightOnHover.hover",
|
||||
},
|
||||
{
|
||||
"text": "core.genrltxt.406",
|
||||
},
|
||||
@ -136,6 +139,11 @@
|
||||
"help": "vcmi.battleOptions.movementHighlightOnHover",
|
||||
"callback": "movementHighlightOnHoverChanged"
|
||||
},
|
||||
{
|
||||
"name": "rangedFullDamageLimitHighlightOnHoverCheckbox",
|
||||
"help": "vcmi.battleOptions.rangedFullDamageLimitHighlightOnHover",
|
||||
"callback": "rangedFullDamageLimitHighlightOnHoverChanged"
|
||||
},
|
||||
{
|
||||
"name": "mouseShadowCheckbox",
|
||||
"help": "core.help.429",
|
||||
|
Loading…
Reference in New Issue
Block a user