summaryrefslogtreecommitdiff
path: root/#customizations/_streamermode/hudmatchsummary.res
blob: 5d1a2dacfe8c83db06f2275fbf8d3d752c8670e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"Resource/UI/HudMatchSummary.res"
{
    "MainStatsContainer"
    {
        "TeamScoresPanel"
        {
            "BlueTeamPanel"
            {
                "wide"		"0"

                "BluePlayerListParent"
                {
                    BluePlayerList
                    {
                        "wide"		"0"
                    }
                }
            }
			
            "RedTeamPanel"
            {
                "wide"		"0"

                "RedPlayerListParent"
                {
                    RedPlayerListParent
                    {
                        "wide"		"0"
                    }
                }
            }
        }
    }
}