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
{
"type": "labelDescription",
"text": "core.genrltxt.402", // All Stats
"position": {"x": 45, "y": 265}
"name": "creatureInfoLabels",
"type" : "verticalLayout",
"customType" : "labelDescription",
"position": {"x": 45, "y": 265},
"items":
[
{
"text": "core.genrltxt.402",
},
{
"type": "labelDescription",
"text": "core.genrltxt.403", // Spells only
"position": {"x": 45, "y": 295}
"text": "core.genrltxt.403",
}
]
},
{
"name": "creatureInfoAllPlaceholder",
"type": "checkboxFake",
"name": "creatureInfoCheckboxes",
"type" : "verticalLayout",
"customType" : "checkboxFake",
"position": {"x": 10, "y": 263},
},
{
"name": "creatureInfoSpellsPlaceholder",
"type": "checkboxFake",
"position": {"x": 10, "y": 293},
"items":
[
{},
{}
]
},
{
"name": "generalOptionsLabels",