diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /#customizations/_streamermode/hudmatchsummary.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to '#customizations/_streamermode/hudmatchsummary.res')
| -rw-r--r-- | #customizations/_streamermode/hudmatchsummary.res | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/#customizations/_streamermode/hudmatchsummary.res b/#customizations/_streamermode/hudmatchsummary.res new file mode 100644 index 0000000..5d1a2da --- /dev/null +++ b/#customizations/_streamermode/hudmatchsummary.res @@ -0,0 +1,34 @@ +"Resource/UI/HudMatchSummary.res" +{ + "MainStatsContainer" + { + "TeamScoresPanel" + { + "BlueTeamPanel" + { + "wide" "0" + + "BluePlayerListParent" + { + BluePlayerList + { + "wide" "0" + } + } + } + + "RedTeamPanel" + { + "wide" "0" + + "RedPlayerListParent" + { + RedPlayerListParent + { + "wide" "0" + } + } + } + } + } +}
\ No newline at end of file |
