1
0
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:
Laserlicht
2025-06-19 19:05:31 +02:00
committed by GitHub
268 changed files with 28591 additions and 16648 deletions

View File

@@ -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()