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 /minmode/scripts/hudlayout.res | |
| parent | 39493376692730f627a9b51d558a26e59ffeede9 (diff) | |
Added in support for new matchmaking game-mode
Diffstat (limited to 'minmode/scripts/hudlayout.res')
| -rw-r--r-- | minmode/scripts/hudlayout.res | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/minmode/scripts/hudlayout.res b/minmode/scripts/hudlayout.res index b76ead6..ade30c2 100644 --- a/minmode/scripts/hudlayout.res +++ b/minmode/scripts/hudlayout.res @@ -2156,4 +2156,61 @@ "wide" "f0" "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" + } } |
