Hide tails icon in world map. (#227)

This commit is contained in:
Skyth (Asilkan) 2025-01-28 14:58:38 +03:00 committed by GitHub
parent 8b345d2cbd
commit 996f23cc54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -663,6 +663,7 @@ static const ankerl::unordered_dense::map<XXH64_hash_t, CsdModifier> g_modifiers
{ HashStr("ui_worldmap/footer/worldmap_footer_img_A"), { ALIGN_BOTTOM } },
{ HashStr("ui_worldmap/header/worldmap_header_bg"), { ALIGN_TOP } },
{ HashStr("ui_worldmap/header/worldmap_header_img"), { ALIGN_TOP_LEFT | WORLD_MAP } },
{ HashStr("ui_worldmap/header/worldmap_header_img/head_icon"), { SKIP } },
// ui_worldmap_help
{ HashStr("ui_worldmap_help/balloon/help_window/position/msg_bg_l"), { EXTEND_LEFT } },