From 67ae7e25862115faa270a0a80f2bfbf8e310083a Mon Sep 17 00:00:00 2001 From: ibruton Date: Fri, 4 Mar 2016 05:43:32 -0600 Subject: Added in support for new matchmaking game-mode --- minmode/scripts/hudlayout.res | 57 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'minmode/scripts/hudlayout.res') 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" + } } -- cgit v1.2.3