Browse Source

Added placeholders for missing options

Ivan Savenko 2 years ago
parent
commit
b298895e61

BIN
Mods/vcmi/Data/settingsWindow/checkBoxEmpty.png


+ 10 - 7
config/widgets/settings/adventureOptionsTab.json

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

+ 58 - 2
config/widgets/settings/battleOptionsTab.json

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