diff options
| author | ibruton <[email protected]> | 2016-03-04 05:43:32 -0600 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-04 05:43:32 -0600 |
| commit | 67ae7e25862115faa270a0a80f2bfbf8e310083a (patch) | |
| tree | 19f8fe6eae5a3186a578f65e2eb7c44251d89638 /scripts/hudlayout.res | |
| parent | 39493376692730f627a9b51d558a26e59ffeede9 (diff) | |
Added in support for new matchmaking game-mode
Diffstat (limited to 'scripts/hudlayout.res')
| -rw-r--r-- | scripts/hudlayout.res | 59 |
1 files changed, 58 insertions, 1 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 50c0908..5453f57 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -2156,7 +2156,7 @@ "tall" "200" "PaintBackgroundType" "0" } - HudMiniGame + HudMiniGame { "fieldName" "HudMiniGame" "visible" "1" @@ -2167,4 +2167,61 @@ "tall" "480" } + "QuestNotificationPanel" + { + "fieldName" "QuestNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "QuestLogContainer" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogContainer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "MatchMakingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchMakingContainer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudSpectatorExtras + { + "fieldName" "HudSpectatorExtras" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + MatchSummary + { + "fieldName" "MatchSummary" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + } |
