mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Extend world map tutorial scan lines.
This commit is contained in:
parent
e9123b0241
commit
ad9a7d0440
1 changed files with 5 additions and 1 deletions
|
|
@ -636,7 +636,11 @@ static const ankerl::unordered_dense::map<XXH64_hash_t, CsdModifier> g_modifiers
|
||||||
{ HashStr("ui_worldmap/footer/worldmap_footer_bg"), { ALIGN_BOTTOM } },
|
{ HashStr("ui_worldmap/footer/worldmap_footer_bg"), { ALIGN_BOTTOM } },
|
||||||
{ HashStr("ui_worldmap/footer/worldmap_footer_img_A"), { ALIGN_BOTTOM } },
|
{ 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_bg"), { ALIGN_TOP } },
|
||||||
{ HashStr("ui_worldmap/header/worldmap_header_img"), { ALIGN_TOP_LEFT | WORLD_MAP } }
|
{ HashStr("ui_worldmap/header/worldmap_header_img"), { ALIGN_TOP_LEFT | WORLD_MAP } },
|
||||||
|
|
||||||
|
// ui_worldmap_help
|
||||||
|
{ HashStr("ui_worldmap_help/balloon/help_window/position/msg_bg_l"), { EXTEND_LEFT } },
|
||||||
|
{ HashStr("ui_worldmap_help/balloon/help_window/position/msg_bg_r"), { EXTEND_RIGHT } },
|
||||||
};
|
};
|
||||||
|
|
||||||
static std::optional<CsdModifier> FindModifier(uint32_t data)
|
static std::optional<CsdModifier> FindModifier(uint32_t data)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue