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:
@ -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)
|
||||
|
Reference in New Issue
Block a user