From 37603a8118b9793c9c545e01479992d1b09d2afc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 15:18:50 -0400 Subject: Updated Matchmaking Dashboard --- resource/ui/matchmakingtooltip.res | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 resource/ui/matchmakingtooltip.res (limited to 'resource/ui/matchmakingtooltip.res') diff --git a/resource/ui/matchmakingtooltip.res b/resource/ui/matchmakingtooltip.res new file mode 100644 index 0000000..a049983 --- /dev/null +++ b/resource/ui/matchmakingtooltip.res @@ -0,0 +1,56 @@ +"Resource/UI/MatchMakingTooltip.res" +{ + "TooltipPanel" + { + // "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "30000" + "wide" "300" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "border" "ButtonHover" + "bgcolor_override" "DarkGrey" + "mouseinputenabled" "0" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + + + if_small + { + "font" "HudFontSmall" + } + + if_medium + { + "font" "HudFontMediumSmall" + } + + if_large + { + "font" "HudFontMedium" + } + + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "10" + "ypos" "10" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "TanLight" + "auto_wide_tocontents" "1" + "auto_tall_tocontents" "1" + } + } +} \ No newline at end of file -- cgit v1.2.3 From 1465593a280be1066fb916834090fce515deba2d Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 3 Jul 2021 15:09:07 -0400 Subject: Added Streamer Mode (#167) - Added files for Streamer Mode. The user will have to remove the _ from #customizations/_streamermode or use the editor to enable this feature. --- resource/ui/matchmakingtooltip.res | 58 ++------------------------------------ 1 file changed, 2 insertions(+), 56 deletions(-) (limited to 'resource/ui/matchmakingtooltip.res') diff --git a/resource/ui/matchmakingtooltip.res b/resource/ui/matchmakingtooltip.res index a049983..57322f1 100644 --- a/resource/ui/matchmakingtooltip.res +++ b/resource/ui/matchmakingtooltip.res @@ -1,56 +1,2 @@ -"Resource/UI/MatchMakingTooltip.res" -{ - "TooltipPanel" - { - // "ControlName" "EditablePanel" - "fieldName" "TooltipPanel" - "xpos" "0" - "ypos" "0" - "zpos" "30000" - "wide" "300" - "tall" "100" - "visible" "0" - "PaintBackgroundType" "2" - "border" "ButtonHover" - "bgcolor_override" "DarkGrey" - "mouseinputenabled" "0" - - "TipLabel" - { - "ControlName" "CExLabel" - "fieldName" "TipLabel" - - - if_small - { - "font" "HudFontSmall" - } - - if_medium - { - "font" "HudFontMediumSmall" - } - - if_large - { - "font" "HudFontMedium" - } - - "labelText" "%tiptext%" - "textAlignment" "center" - "xpos" "10" - "ypos" "10" - "zpos" "2" - "wide" "140" - "tall" "30" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "wrap" "1" - "fgcolor_override" "TanLight" - "auto_wide_tocontents" "1" - "auto_tall_tocontents" "1" - } - } -} \ No newline at end of file +"#base" "../../#customizations/streamermode/matchmakingtooltip.res" +"#base" "matchmakingtooltip-base.res" \ No newline at end of file -- cgit v1.2.3