diff options
| author | CriticalFlaw <[email protected]> | 2018-03-30 15:20:34 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-30 15:20:34 -0400 |
| commit | 7e474bd5093f9a2603c2c99892b468d42f069e55 (patch) | |
| tree | 6bab18abee6fd7121f048eb218587ea40c7b804a | |
| parent | aeb2dfae93c4078d046b7f798c6dc192d111f559 (diff) | |
20180330 - Updated the TargetID, added a KS icon
The newer targetID is more visible, with only hickup being that the
overheal health cross is not fully visible. If the redesign and the
cross really bothers people, this change will be reverted.
| -rw-r--r-- | resource/ui/TargetID.res | 46 |
1 files changed, 38 insertions, 8 deletions
diff --git a/resource/ui/TargetID.res b/resource/ui/TargetID.res index 6357de2..54eb140 100644 --- a/resource/ui/TargetID.res +++ b/resource/ui/TargetID.res @@ -5,7 +5,7 @@ "ControlName" "ImagePanel"
"fieldName" "TargetBG"
"xpos" "0"
- "ypos" "15"
+ "ypos" "29"
"zpos" "6"
"wide" "600"
"tall" "14"
@@ -13,7 +13,7 @@ "pinCorner" "0"
"visible" "1"
"enabled" "1"
- "fillcolor" "0 0 0 128"
+ "fillcolor" "0 0 0 220"
}
"TargetBackground2"
@@ -109,7 +109,7 @@ "fieldName" "TargetNameLabel"
"font" "Cerbetica14"
"xpos" "45"
- "ypos" "14"
+ "ypos" "28"
"zpos" "7"
"wide" "300"
"tall" "15"
@@ -127,8 +127,8 @@ "ControlName" "Label"
"fieldName" "TargetDataLabel"
"font" "Cerbetica12"
- "xpos" "45"
- "ypos" "28"
+ "xpos" "15"
+ "ypos" "15"
"zpos" "6"
"wide" "300"
"tall" "15"
@@ -146,8 +146,8 @@ {
"ControlName" "ImagePanel"
"fieldName" "AmmoIcon"
- "xpos" "41"
- "ypos" "30"
+ "xpos" "45"
+ "ypos" "16"
"zpos" "12"
"wide" "12"
"tall" "12"
@@ -157,12 +157,42 @@ "scaleImage" "1"
}
+ "KillStreakIconAnchor"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "KillStreakIconAnchor"
+ "xpos" "2"
+ "ypos" "18"
+ "wide" "8"
+ "tall" "8"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "KillStreakIcon"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "KillStreakIcon"
+ "xpos" "0"
+ "ypos" "1"
+ "zpos" "12"
+ "wide" "12"
+ "tall" "12"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/leaderboard_streak"
+ "scaleImage" "1"
+ "pin_to_sibling" "KillStreakIconAnchor"
+ "pin_corner_to_sibling" "1"
+ "pin_to_sibling_corner" "1"
+ }
+
"SpectatorGUIHealth"
{
"ControlName" "EditablePanel"
"fieldName" "SpectatorGUIHealth"
"xpos" "-2"
- "ypos" "-3"
+ "ypos" "12"
"zpos" "10"
"wide" "38"
"tall" "42"
|
