1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-23 21:29:13 +02:00

Merge pull request #4617 from Laserlicht/asset_gen_missing

AssetGenerator: missing assets for generateAll
This commit is contained in:
Ivan Savenko 2024-09-18 15:43:11 +03:00 committed by GitHub
commit aa55977de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ void AssetGenerator::generateAll()
createAdventureOptionsCleanBackground();
for (int i = 0; i < PlayerColor::PLAYER_LIMIT_I; ++i)
createPlayerColoredBackground(PlayerColor(i));
createCombatUnitNumberWindow();
}
void AssetGenerator::createAdventureOptionsCleanBackground()