diff options
| author | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-02 21:11:40 -0400 |
| commit | 7211d8916df735840e5b04d5164799493792a10e (patch) | |
| tree | 44583ba6701d57550c95613314d19beb63fad815 /resource/ui/hudmatchstatus.res | |
| parent | 7bbc1440403df82533141d0e190119caa496d124 (diff) | |
Changed main menu background, see notes.
- Changed the background to classic rayshud.
- Updated the killer panel, class select, achievement tracker and more?
- Visual tweaks and inconsistency fixes.
- Expanded the size allocated to the player list in the match hud.
Diffstat (limited to 'resource/ui/hudmatchstatus.res')
| -rw-r--r-- | resource/ui/hudmatchstatus.res | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/resource/ui/hudmatchstatus.res b/resource/ui/hudmatchstatus.res index 64c01e8..90ea1a3 100644 --- a/resource/ui/hudmatchstatus.res +++ b/resource/ui/hudmatchstatus.res @@ -274,11 +274,11 @@ "team1_grow_dir" "west" "team1_base_x" "c-30" - "team1_max_expand" "200" + "team1_max_expand" "250" "team2_grow_dir" "east" - "team2_base_x" "c30" - "team2_max_expand" "200" + "team2_base_x" "c31" + "team2_max_expand" "250" "playerpanels_kv" { @@ -292,11 +292,11 @@ "color_portrait_bg_blue" "70 130 180 150" "color_portrait_bg_red_dead" "79 54 52 255" "color_portrait_bg_blue_dead" "44 49 51 255" - "color_bar_health_high" "84 191 58 255" + "color_bar_health_high" "Health Buff" "color_bar_health_med" "191 183 58 255" - "percentage_health_med" "0.6" - "color_bar_health_low" "191 58 58 255" - "percentage_health_low" "0.3" + "percentage_health_med" "0.5" + "color_bar_health_low" "Health Hurt" + "percentage_health_low" "0.2" "color_portrait_blend_dead_red" "235 235 235 255" "color_portrait_blend_dead_blue" "235 235 235 255" |
