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/hudkillstreaknotice-base.res | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 resource/ui/hudkillstreaknotice-base.res (limited to 'resource/ui/hudkillstreaknotice-base.res') diff --git a/resource/ui/hudkillstreaknotice-base.res b/resource/ui/hudkillstreaknotice-base.res new file mode 100644 index 0000000..478af6d --- /dev/null +++ b/resource/ui/hudkillstreaknotice-base.res @@ -0,0 +1,34 @@ +"Resource/UI/HudKillStreakNotice.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "c-250" + "ypos" "110" + "zpos" "0" + "wide" "500" + "tall" "50" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "TransparentBlack" + } + + "SplashLabel" + { + "ControlName" "CExLabel" + "fieldName" "SplashLabel" + "font_override" "ScoreboardSmall" + "labelText" "" + "textAlignment" "center" + "xpos" "c-250" + "ypos" "70" + "zpos" "2" + "wide" "500" + "tall" "50" + "autoResize" "0" + "fgcolor" "White" + } +} \ No newline at end of file -- cgit v1.2.3