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
|
||||
{
|
||||
"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",
|
||||
|
Reference in New Issue
Block a user