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. --- #customizations/_streamermode/hudmatchstatus.res | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 #customizations/_streamermode/hudmatchstatus.res (limited to '#customizations/_streamermode/hudmatchstatus.res') diff --git a/#customizations/_streamermode/hudmatchstatus.res b/#customizations/_streamermode/hudmatchstatus.res new file mode 100644 index 0000000..9ab39da --- /dev/null +++ b/#customizations/_streamermode/hudmatchstatus.res @@ -0,0 +1,23 @@ +"Resource/UI/HudMatchStatus.res" +{ + "TeamStatus" + { + "playerpanels_kv" + { + "playername" + { + "xpos" "9999" + } + } + } + + "BlueTeamPanel" + { + "xpos" "9999" + } + + "RedTeamPanel" + { + "xpos" "9999" + } +} \ No newline at end of file -- cgit v1.2.3