diff options
| author | CriticalFlaw <[email protected]> | 2020-08-05 22:53:52 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-05 22:53:52 -0400 |
| commit | 96b32ce81e0545639d423805b6b854b22b7709bb (patch) | |
| tree | 6db3e494c48284e673c18f725a0d6960f93b5c43 | |
| parent | 736d6ccdbb4380a71c95b2d74e45d88bbfdc64b3 (diff) | |
Added Shadow to Ubercharge Percentage
| -rw-r--r-- | customizations/team_menu/classselection.res | 14 | ||||
| -rw-r--r-- | resource/ui/hudmediccharge.res | 47 |
2 files changed, 48 insertions, 13 deletions
diff --git a/customizations/team_menu/classselection.res b/customizations/team_menu/classselection.res index f203e95..61f5bd1 100644 --- a/customizations/team_menu/classselection.res +++ b/customizations/team_menu/classselection.res @@ -400,7 +400,7 @@ "ControlName" "CExButton" "fieldName" "random" "xpos" "30" - "ypos" "r48" + "ypos" "431" "zpos" "6" "wide" "80" "tall" "16" @@ -424,14 +424,18 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "sound_armed" "UI/buttonrollover.wav" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" } "CancelButton" [$WIN32] { "ControlName" "CExButton" "fieldName" "CancelButton" - "xpos" "30" - "ypos" "r28" + "xpos" "130" + "ypos" "431" "zpos" "6" "wide" "80" "tall" "16" @@ -461,8 +465,8 @@ { "ControlName" "CExButton" "fieldName" "EditLoadoutButton" - "xpos" "125" - "ypos" "r28" + "xpos" "30" + "ypos" "450" "zpos" "6" "wide" "110" "tall" "16" diff --git a/resource/ui/hudmediccharge.res b/resource/ui/hudmediccharge.res index e08076c..678e2f5 100644 --- a/resource/ui/hudmediccharge.res +++ b/resource/ui/hudmediccharge.res @@ -37,11 +37,38 @@ "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "font" "CerbeticaBoldOutline56" - "font_minmode" "CerbeticaBoldOutline32" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" "fgcolor" "Ammo In Clip" } + "ChargeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabelShadow" + "xpos" "-2" + "ypos" "-2" + "zpos" "1" + "wide" "120" + "tall" "72" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CerbeticaBold56" + "font_minmode" "CerbeticaBold32" + "fgcolor" "TransparentBlack" + + "pin_to_sibling" "ChargeLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" + } + "IndividualChargesLabel" { "ControlName" "CExLabel" @@ -236,14 +263,17 @@ { "ControlName" "EditablePanel" "fieldName" "ResistIconAnchor" - "xpos" "160" - "ypos" "57" + "xpos" "180" + "ypos" "45" "xpos_minmode" "136" "ypos_minmode" "18" - "wide" "45" - "tall" "45" + "zpos" "2" + "wide" "55" + "tall" "50" "visible" "1" "enabled" "1" + "bgcolor_override" "25 25 25 255" + "PaintBackgroundType" "2" } "ResistIcon" @@ -252,8 +282,9 @@ "fieldName" "ResistIcon" "xpos" "0" "ypos" "0" - "wide" "25" - "tall" "25" + "zpos" "3" + "wide" "50" + "tall" "50" "visible" "1" "enabled" "1" "image" "../HUD/defense_buff_bullet_blue" |
