diff options
| author | ibruton <[email protected]> | 2016-03-17 21:05:09 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-17 21:05:09 -0500 |
| commit | 275b5e533e56019d716b8a87206f5f1268988121 (patch) | |
| tree | 217fb3f2997424bdab44174b2e00b656c14ff0c1 /scripts/hudlayout.res | |
| parent | 907f0c5ccc3162615ac6af51848316365b6efbd1 (diff) | |
Added in new animations for matchmaking
Diffstat (limited to 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 3d0a6ef..e171824 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -2224,9 +2224,21 @@ "tall" "f0" } - HudCompetitive + HudMatchStatus { - "fieldName" "HudCompetitive" + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + } + + HudTeamStatus + { + "fieldName" "HudTeamStatus" "visible" "1" "enabled" "1" "xpos" "0" |
