diff options
| -rw-r--r-- | customizations/main_menu/mainmenuoverride.res | 2 | ||||
| -rw-r--r-- | resource/ui/hudinspectpanel.res | 2 | ||||
| -rw-r--r-- | resource/ui/votehud.res | 10 | ||||
| -rw-r--r-- | resource/ui/winpanel.res | 2 | ||||
| -rw-r--r-- | scripts/hudanimations_custom.txt | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/customizations/main_menu/mainmenuoverride.res b/customizations/main_menu/mainmenuoverride.res index 8e376f2..a29766d 100644 --- a/customizations/main_menu/mainmenuoverride.res +++ b/customizations/main_menu/mainmenuoverride.res @@ -1759,4 +1759,4 @@ "bgcolor_override" "25 25 25 168" "PaintBackgroundType" "2" } -}
\ No newline at end of file +} diff --git a/resource/ui/hudinspectpanel.res b/resource/ui/hudinspectpanel.res index 9637e87..7abf448 100644 --- a/resource/ui/hudinspectpanel.res +++ b/resource/ui/hudinspectpanel.res @@ -40,7 +40,7 @@ { "ControlName" "Label" "fieldName" "ItemLabel" - "font" "HudFontSmall" + "font" "HudFontSmallest" "xpos" "10" "ypos" "3" "zpos" "1" diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index afe817c..1cda387 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -11,7 +11,7 @@ "visible" "0" "enabled" "1" "paintborder" "1" - "border" "CyanBorderThick" + "border" "CyanBorder" "bgcolor_override" "DarkGrey" "PaintBackgroundType" "2" @@ -80,7 +80,7 @@ "visible" "0" "enabled" "1" "paintborder" "1" - "border" "CyanBorderThick" + "border" "CyanBorder" "bgcolor_override" "DarkGrey" "PaintBackgroundType" "2" @@ -413,7 +413,7 @@ "visible" "0" "enabled" "1" "paintborder" "1" - "border" "CyanBorderThick" + "border" "CyanBorder" "bgcolor_override" "DarkGrey" "PaintBackgroundType" "2" @@ -482,7 +482,7 @@ "visible" "0" "enabled" "1" "paintborder" "1" - "border" "CyanBorderThick" + "border" "CyanBorder" "bgcolor_override" "DarkGrey" "PaintBackgroundType" "2" @@ -554,7 +554,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "paintborder" "1" - "border" "CyanBorderThick" + "border" "CyanBorder" "bgcolor_override" "DarkGrey" "PaintBackground" "1" "PaintBackgroundType" "2" diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 9ed4eb8..458bb1d 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -654,7 +654,7 @@ "ControlName" "CTFBadgePanel" "fieldName" "KillStreakPlayer1Badge" "xpos" "2" - "ypos" "186" + "ypos" "185" "zpos" "3" "wide" "20" "tall" "20" diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt index c1571a5..5b47cf8 100644 --- a/scripts/hudanimations_custom.txt +++ b/scripts/hudanimations_custom.txt @@ -184,4 +184,4 @@ event TeamStatus_PlayerAlive event CompetitiveGame_LowerChatWindow { } event CompetitiveGame_RestoreChatWindow { } -event HudTournament_MoveChatWindow { }
\ No newline at end of file +event HudTournament_MoveChatWindow { } |
