1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-15 01:24:45 +02:00

Initial version of global lobby server available in client

This commit is contained in:
Ivan Savenko
2023-11-11 16:43:58 +02:00
parent c473e65b0f
commit c2c43602ea
23 changed files with 1062 additions and 0 deletions

View File

@ -129,6 +129,9 @@ void InterfaceObjectConfigurable::build(const JsonNode &config)
for(const auto & item : items->Vector())
addWidget(item["name"].String(), buildWidget(item));
pos.w = config["width"].Integer();
pos.h = config["height"].Integer();
}
void InterfaceObjectConfigurable::addConditional(const std::string & name, bool active)