mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Extend media room header frame.
This commit is contained in:
parent
c6a25f21c2
commit
e9123b0241
1 changed files with 6 additions and 0 deletions
|
|
@ -390,6 +390,12 @@ static const ankerl::unordered_dense::map<XXH64_hash_t, CsdModifier> g_modifiers
|
|||
{ HashStr("ui_loading/bg_1"), { STRETCH } },
|
||||
{ HashStr("ui_loading/bg_2"), { STRETCH } },
|
||||
|
||||
// ui_mediaroom
|
||||
{ HashStr("ui_mediaroom/header/bg/img_1"), { EXTEND_LEFT } },
|
||||
{ HashStr("ui_mediaroom/header/bg/img_10"), { EXTEND_RIGHT } },
|
||||
{ HashStr("ui_mediaroom/header/frame/img_1"), { EXTEND_LEFT } },
|
||||
{ HashStr("ui_mediaroom/header/frame/img_5"), { EXTEND_RIGHT } },
|
||||
|
||||
// ui_missionscreen
|
||||
{ HashStr("ui_missionscreen/player_count"), { ALIGN_TOP_LEFT | SCALE } },
|
||||
{ HashStr("ui_missionscreen/time_count"), { ALIGN_TOP_LEFT | SCALE } },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue