diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/targetid.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/targetid.res')
| -rw-r--r-- | resource/ui/targetid.res | 103 |
1 files changed, 26 insertions, 77 deletions
diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res index 2735424..de60c3c 100644 --- a/resource/ui/targetid.res +++ b/resource/ui/targetid.res @@ -8,27 +8,10 @@ "ypos" "29" "zpos" "6" "wide" "600" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" + "tall" "19" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 220" - } - - "TargetBackground2" - { - "ControlName" "ImagePanel" - "fieldName" "TargetBackground2" - "xpos" "0" - "ypos" "15" - "zpos" "6" - "wide" "600" - "tall" "15" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" + "fillcolor" "TransparentBlack" } "TargetIDBG" @@ -54,56 +37,42 @@ "TargetIDBG_Spec_Blue" { - "ControlName" "ScalableImagePanel" + "ControlName" "ImagePanel" "fieldName" "TargetIDBG_Spec_Blue" "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" + "ypos" "47" + "zpos" "0" + "wide" "5" + "tall" "5" "visible" "0" "enabled" "1" - "image" "../hud/color_panel_blu" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" + "fillcolor" "72 112 125 255" } "TargetIDBG_Spec_Red" { - "ControlName" "ScalableImagePanel" + "ControlName" "ImagePanel" "fieldName" "TargetIDBG_Spec_Red" "xpos" "0" - "ypos" "43" - "zpos" "6" - "wide" "252" - "tall" "10" - "autoResize" "0" - "pinCorner" "0" + "ypos" "47" + "zpos" "0" + "wide" "5" + "tall" "5" "visible" "0" "enabled" "1" - "image" "../hud/color_panel_red" - - "src_corner_height" "23" - "src_corner_width" "23" - "draw_corner_width" "0" - "draw_corner_height" "0" + "fillcolor" "158 64 61 255" } "TargetNameLabel" { "ControlName" "Label" "fieldName" "TargetNameLabel" - "font" "Cerbetica14" + "font" "HudFontMediumSmall" "xpos" "45" - "ypos" "28" + "ypos" "29" "zpos" "7" "wide" "300" - "tall" "15" + "tall" "19" "visible" "1" "enabled" "1" "labelText" "%targetname%" @@ -114,12 +83,12 @@ { "ControlName" "Label" "fieldName" "TargetNameLabelShadow" - "font" "Cerbetica14" + "font" "HudFontMediumSmall" "xpos" "-1" "ypos" "-1" "zpos" "1" "wide" "300" - "tall" "15" + "tall" "19" "visible" "1" "enabled" "1" "labelText" "%targetname%" @@ -135,7 +104,7 @@ { "ControlName" "Label" "fieldName" "TargetDataLabel" - "font" "Cerbetica12" + "font" "HudFontSmall" "xpos" "15" "ypos" "15" "zpos" "6" @@ -152,7 +121,7 @@ "ControlName" "EditablePanel" "fieldName" "SpectatorGUIHealth" "xpos" "-2" - "ypos" "12" + "ypos" "14" "zpos" "10" "wide" "38" "tall" "42" @@ -207,8 +176,8 @@ "scaleImage" "1" "pin_to_sibling" "KillStreakAnchor" - "pin_corner_to_sibling" "1" - "pin_to_sibling_corner" "1" + "pin_corner_to_sibling" "PIN_TOPRIGHT" + "pin_to_sibling_corner" "PIN_TOPRIGHT" } "MoveableSubPanel" @@ -235,7 +204,7 @@ "visible" "1" "enabled" "1" "icon" "obj_status_alert_background_tall_nocolor" - "iconColor" "65 65 65 255" + "iconColor" "TransparentBlack" "scaleImage" "1" } @@ -270,31 +239,11 @@ "scaleImage" "1" } - "MoveableKeyText" - { - "ControlName" "CExLabel" - "fieldName" "MoveableKeyText" - "font_minmode" "Cerbetica12" - "xpos" "0" - "ypos" "0" - "zpos" "6" - "wide" "12" - "tall" "0" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "Pick Up" - "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" - } - "MoveableKeyLabel" { "ControlName" "Label" "fieldName" "MoveableKeyLabel" - "font" "Cerbetica12" + "font" "HudFontSmallest" "xpos" "0" "ypos" "29" "zpos" "6" @@ -304,7 +253,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "%movekey%" + "labelText" "" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
