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:
@@ -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",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "labelDescription",
|
"text": "core.genrltxt.403",
|
||||||
"text": "core.genrltxt.403", // Spells only
|
}
|
||||||
"position": {"x": 45, "y": 295}
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "creatureInfoAllPlaceholder",
|
"name": "creatureInfoCheckboxes",
|
||||||
"type": "checkboxFake",
|
"type" : "verticalLayout",
|
||||||
|
"customType" : "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",
|
||||||
|
Reference in New Issue
Block a user