1
0
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:
Laserlicht
2025-02-08 22:59:32 +01:00
parent d98ce78c34
commit 5f74044d9a

View File

@@ -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"
}
]
},