1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Moved creatureInfo into a group for easier calculations

This commit is contained in:
krs
2023-05-21 19:58:46 +03:00
parent 5b392639b5
commit a7606010ee

View File

@@ -66,24 +66,30 @@
}, },
/////////////////////////////////////// Left section - checkboxes /////////////////////////////////////// Left section - checkboxes
{ {
"type": "labelDescription", "name": "creatureInfoLabels",
"text": "core.genrltxt.402", // All Stats "type" : "verticalLayout",
"position": {"x": 45, "y": 265} "customType" : "labelDescription",
"position": {"x": 45, "y": 265},
"items":
[
{
"text": "core.genrltxt.402",
},
{
"text": "core.genrltxt.403",
}
]
}, },
{ {
"type": "labelDescription", "name": "creatureInfoCheckboxes",
"text": "core.genrltxt.403", // Spells only "type" : "verticalLayout",
"position": {"x": 45, "y": 295} "customType" : "checkboxFake",
},
{
"name": "creatureInfoAllPlaceholder",
"type": "checkboxFake",
"position": {"x": 10, "y": 263}, "position": {"x": 10, "y": 263},
}, "items":
{ [
"name": "creatureInfoSpellsPlaceholder", {},
"type": "checkboxFake", {}
"position": {"x": 10, "y": 293}, ]
}, },
{ {
"name": "generalOptionsLabels", "name": "generalOptionsLabels",