mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Added placeholders for missing options
This commit is contained in:
parent
f01d6daef3
commit
b298895e61
BIN
Mods/vcmi/Data/settingsWindow/checkBoxEmpty.png
Normal file
BIN
Mods/vcmi/Data/settingsWindow/checkBoxEmpty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
@ -275,10 +275,10 @@
|
||||
"color": "white",
|
||||
"items":
|
||||
[
|
||||
// {
|
||||
// "position": {"x": 45, "y": 302},
|
||||
// "text": "core.genrltxt.572" // TODO: show move path
|
||||
// },
|
||||
{
|
||||
"position": {"x": 45, "y": 302},
|
||||
"text": "core.genrltxt.572" // TODO: show move path
|
||||
},
|
||||
{
|
||||
"position": {"x": 45, "y": 332},
|
||||
"text": "core.genrltxt.573" // show hero reminder
|
||||
@ -302,6 +302,12 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "showMovePathPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 10, "y": 300},
|
||||
},
|
||||
{
|
||||
"name": "heroReminderCheckbox",
|
||||
"type": "toggleButton",
|
||||
@ -310,7 +316,6 @@
|
||||
"position": {"x": 10, "y": 330},
|
||||
"callback": "heroReminderChanged"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "quickCombatCheckbox",
|
||||
"type": "toggleButton",
|
||||
@ -319,7 +324,6 @@
|
||||
"position": {"x": 10, "y": 360},
|
||||
"callback": "quickCombatChanged"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "numericQuantitiesCheckbox",
|
||||
"type": "toggleButton",
|
||||
@ -328,7 +332,6 @@
|
||||
"position": {"x": 10, "y": 390},
|
||||
"callback": "numericQuantitiesChanged"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "forceMovementInfoCheckbox",
|
||||
"type": "toggleButton",
|
||||
|
@ -68,6 +68,37 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "autoCombatCreaturesPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 380, "y": 90},
|
||||
},
|
||||
{
|
||||
"name": "autoCombatSpellsPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 380, "y": 120},
|
||||
},
|
||||
{
|
||||
"name": "autoCombatCatapultPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 380, "y": 150},
|
||||
},
|
||||
{
|
||||
"name": "autoCombatBallistaPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 380, "y": 180},
|
||||
},
|
||||
{
|
||||
"name": "autoCombatFirstAidTentPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 380, "y": 210},
|
||||
},
|
||||
|
||||
{
|
||||
"name": "creatureInfoLabels",
|
||||
"type": "labelGroup",
|
||||
@ -86,6 +117,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "creatureInfoAllPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 10, "y": 240},
|
||||
},
|
||||
{
|
||||
"name": "creatureInfoSpellsPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 10, "y": 270},
|
||||
},
|
||||
|
||||
{
|
||||
"name": "generalOptionsLabels",
|
||||
"type": "labelGroup",
|
||||
@ -141,6 +185,12 @@
|
||||
"position": {"x": 10, "y": 120},
|
||||
"callback": "mouseShadowChanged"
|
||||
},
|
||||
{
|
||||
"name": "battleFieldCasualtiesPlaceholder",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/checkBoxEmpty",
|
||||
"position": {"x": 10, "y": 150},
|
||||
},
|
||||
{
|
||||
"name": "skipBattleIntroMusicCheckbox",
|
||||
"type": "toggleButton",
|
||||
@ -154,10 +204,16 @@
|
||||
"name": "animationSpeedLabel",
|
||||
"type": "label",
|
||||
"font": "medium",
|
||||
"alignment": "left",
|
||||
"alignment": "center",
|
||||
"color": "yellow",
|
||||
"text": "core.genrltxt.393",
|
||||
"position": {"x": 10, "y": 305}
|
||||
"position": {"x": 150, "y": 320}
|
||||
},
|
||||
{
|
||||
"name": "frameAnimationSpeed",
|
||||
"type": "picture",
|
||||
"image": "settingsWindow/frameMovement",
|
||||
"position": {"x": 6, "y": 307 }
|
||||
},
|
||||
{
|
||||
"name": "animationSpeedPicker",
|
||||
|
Loading…
Reference in New Issue
Block a user