diff options
| author | RaysFire <[email protected]> | 2013-12-30 18:07:02 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-12-30 18:07:02 -0600 |
| commit | a77a9b7e59e75a8232d67b2890c1ac9c4345ecc5 (patch) | |
| tree | 1fb96aca0d40a68d84c9c0d3e19f675c1348f829 /scripts | |
| parent | 808afa47052c3fc3f53df460cc3cb1b72477e51b (diff) | |
Added in support for user avatars over voice chat
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/hudlayout.res | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 055e1f7..c2c0afc 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1508,7 +1508,7 @@ "tall" "32" } - HudVoiceStatus + HudVoiceStatus { "fieldName" "HudVoiceStatus" "visible" "1" @@ -1522,11 +1522,15 @@ "item_wide" "135" - "show_avatar" "0" + "show_avatar" "1" + "avatar_ypos" "1" + "avatar_xpos" "24" + "avatar_wide" "14" + "avatar_tall" "14" "show_dead_icon" "1" - "dead_xpos" "1" "dead_ypos" "0" + "dead_xpos" "1" "dead_wide" "16" "dead_tall" "16" @@ -1536,7 +1540,7 @@ "icon_tall" "16" "icon_wide" "16" - "text_xpos" "33" + "text_xpos" "50" } HudHintDisplay |
