diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:22:46 -0400 |
| commit | 53627aa7c3664091e6d58c5698bf8be910d383cf (patch) | |
| tree | c97d0abaae906afa0728aa6dd6628d74d894e4dc /resource/ui/targetid.res | |
| parent | ceda99cb6f1507321fd6d317ad078b84610323dd (diff) | |
Gameplay Fixes
- Updated the team and class selection, text chat, killfeed, voice chat, target ID, disguise panel, item meters, spell selection, killstreak, stopwatch, quickswitch, map info, tournament spectator and vote panel.
- Fixed the post-match summary page not displaying properly.
Diffstat (limited to 'resource/ui/targetid.res')
| -rw-r--r-- | resource/ui/targetid.res | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/resource/ui/targetid.res b/resource/ui/targetid.res index 01a5add..0db0626 100644 --- a/resource/ui/targetid.res +++ b/resource/ui/targetid.res @@ -235,7 +235,7 @@ "visible" "1" "enabled" "1" "icon" "obj_status_alert_background_tall_nocolor" - "iconColor" "HudBlack" + "iconColor" "65 65 65 255" "scaleImage" "1" } @@ -310,4 +310,20 @@ "brighttext" "0" } } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "0" + "ypos" "28" + "zpos" "99" + "wide" "17" + "tall" "17" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "HudTimerProgressInActive" + } }
\ No newline at end of file |
