mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
reorder battle settings
This commit is contained in:
@@ -114,6 +114,9 @@
|
||||
{
|
||||
"text": "vcmi.battleOptions.rangeLimitHighlightOnHover.hover",
|
||||
},
|
||||
{
|
||||
"text": "vcmi.battleOptions.showHealthBar.hover",
|
||||
},
|
||||
{
|
||||
"text": "vcmi.battleOptions.showStickyHeroInfoWindows.hover",
|
||||
},
|
||||
@@ -125,9 +128,6 @@
|
||||
},
|
||||
{
|
||||
"text": "vcmi.battleOptions.skipBattleIntroMusic.hover",
|
||||
},
|
||||
{
|
||||
"text": "vcmi.battleOptions.showHealthBar.hover",
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -157,6 +157,11 @@
|
||||
"help": "vcmi.battleOptions.rangeLimitHighlightOnHover",
|
||||
"callback": "rangeLimitHighlightOnHoverChanged"
|
||||
},
|
||||
{
|
||||
"name": "showHealthBarCheckbox",
|
||||
"help": "vcmi.battleOptions.showHealthBar",
|
||||
"callback": "showHealthBarChanged"
|
||||
},
|
||||
{
|
||||
"name": "showStickyHeroInfoWindowsCheckbox",
|
||||
"help": "vcmi.battleOptions.showStickyHeroInfoWindows",
|
||||
@@ -176,11 +181,6 @@
|
||||
"name": "skipBattleIntroMusicCheckbox",
|
||||
"help": "vcmi.battleOptions.skipBattleIntroMusic",
|
||||
"callback": "skipBattleIntroMusicChanged"
|
||||
},
|
||||
{
|
||||
"name": "showHealthBarCheckbox",
|
||||
"help": "vcmi.battleOptions.showHealthBar",
|
||||
"callback": "showHealthBarChanged"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user