mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Merge branch 'develop' into cheats
This commit is contained in:
@@ -832,6 +832,9 @@ CTownItem::CTownItem(const CGTownInstance * Town)
|
||||
{
|
||||
ENGINE->windows().createAndPushWindow<CCastleInterface>(town);
|
||||
});
|
||||
|
||||
labelCreatureGrowth = std::make_shared<CMultiLineLabel>(Rect(4, 76, 50, 35), EFonts::FONT_SMALL, ETextAlignment::CENTERLEFT, Colors::YELLOW, LIBRARY->generaltexth->translate("core.genrltxt.265"));
|
||||
labelCreatureAvailable = std::make_shared<CMultiLineLabel>(Rect(349, 76, 57, 35), EFonts::FONT_SMALL, ETextAlignment::CENTERLEFT, Colors::YELLOW, LIBRARY->generaltexth->translate("core.genrltxt.266"));
|
||||
}
|
||||
|
||||
void CTownItem::updateGarrisons()
|
||||
|
||||
Reference in New Issue
Block a user