diff options
| author | CriticalFlaw <[email protected]> | 2021-04-14 23:19:28 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-04-14 23:19:28 -0400 |
| commit | 3d9d0684b148d5b834aacd90482a504fd64f27a6 (patch) | |
| tree | 71162e4b023e8efe115597121b520e842ba1be53 /#customizations/scoreboard-minimal.res | |
| parent | 1d131b0e92939a7893e7ea7efd54d7379674cce0 (diff) | |
Customizations Update
- Reworked how customizations work. Now customization files must be moved into the #customizations/_enabled folder to be enabled. This effectively makes the hud incompatible with the older version of the editor/installer, so please update to the latest version (2.0)
- Fixed a black bar appearing in tournament mode (#163)
- Fixed the class selection page not display class limits.
- Bumped version number.
Diffstat (limited to '#customizations/scoreboard-minimal.res')
| -rw-r--r-- | #customizations/scoreboard-minimal.res | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/#customizations/scoreboard-minimal.res b/#customizations/scoreboard-minimal.res new file mode 100644 index 0000000..cfde065 --- /dev/null +++ b/#customizations/scoreboard-minimal.res @@ -0,0 +1,80 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "medal_width" "18" + } + "BlueScoreBG" + { + "ypos" "279" + } + "BlueLeaderAvatar" + { + "ypos" "279" + } + "RedScoreBG" + { + "ypos" "279" + } + "RedLeaderAvatar" + { + "ypos" "279" + } + "ScoreboardBackground" + { + "ypos" "304" + } + "Red6sBackground" + { + "xpos" "c65" + "ypos" "265" + "zpos" "240" + } + "Blue6sBackground" + { + "xpos" "c65" + "ypos" "121" + } + "BlueTeamName" + { + "ypos" "279" + } + "BlueTeamScore" + { + "ypos" "278" + } + "BlueTeamScoreDropshadow" + { + "ypos" "280" + } + "BlueTeamPlayerCount" + { + "ypos" "265" + } + "RedTeamName" + { + "ypos" "279" + } + "RedTeamScore" + { + "ypos" "278" + } + "RedTeamScoreDropshadow" + { + "ypos" "280" + } + "RedTeamPlayerCount" + { + "ypos" "265" + } + "BluePlayerList" + { + "ypos" "304" + "tall" "98" + } + "RedPlayerList" + { + "ypos" "304" + "tall" "98" + } +}
\ No newline at end of file |
