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/statsummary.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/statsummary.res')
| -rw-r--r-- | resource/ui/statsummary.res | 39 |
1 files changed, 11 insertions, 28 deletions
diff --git a/resource/ui/statsummary.res b/resource/ui/statsummary.res index 8cc7fc5..5a19944 100644 --- a/resource/ui/statsummary.res +++ b/resource/ui/statsummary.res @@ -51,36 +51,19 @@ { "ControlName" "CExLabel" "fieldName" "OnYourWayLabel" - "font" "Cerbetica24" + "font" "HudFontBig" "labelText" "#LoadingMap" "textAlignment" "west" "xpos" "5" - "ypos" "5" + "ypos" "20" "zpos" "40" "wide" "0" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fgcolor_override" "TanLight" - } - "LoadingLabel" - { - "ControlName" "CExLabel" - "fieldName" "LoadingLabel" - "font" "HudFontBig" - "labelText" "#LoadingMap" - "textAlignment" "west" - "xpos" "5" - "ypos" "414" - "zpos" "201" - "wide" "f0" - "tall" "96" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" + "fgcolor_override" "TanLight" } "MapLabel" @@ -90,36 +73,36 @@ "font" "HudFontGiantBold" "labelText" "%maplabel%" "textAlignment" "west" - "xpos" "5" + "xpos" "6" "ypos" "20" "zpos" "50" "wide" "f0" - "tall" "56" + "tall" "50" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" "allcaps" "1" + "fgcolor_override" "TanLight" } "MapType" { "ControlName" "CExLabel" "fieldName" "MapType" - "font" "HudFontMedium" + "font" "HudFontBig" "labelText" "%maptype%" "textAlignment" "west" "xpos" "6" - "ypos" "69" + "ypos" "60" "zpos" "50" "wide" "f0" - "tall" "24" + "tall" "40" "autoResize" "0" "pinCorner" "0" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" "allcaps" "1" + "fgcolor_override" "TanLight" } "StatData" |
