diff options
| -rw-r--r-- | minmode/scripts/hudlayout.res | 10 | ||||
| -rw-r--r-- | scripts/hudlayout.res | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/minmode/scripts/hudlayout.res b/minmode/scripts/hudlayout.res index 7fda20f..9371974 100644 --- a/minmode/scripts/hudlayout.res +++ b/minmode/scripts/hudlayout.res @@ -1485,7 +1485,7 @@ "tall" "32" } - HudVoiceStatus + HudVoiceStatus { "fieldName" "HudVoiceStatus" "visible" "1" @@ -1501,23 +1501,23 @@ "show_avatar" "1" "avatar_ypos" "1" - "avatar_xpos" "24" + "avatar_xpos" "1" "avatar_wide" "14" "avatar_tall" "14" "show_dead_icon" "1" "dead_ypos" "0" - "dead_xpos" "1" + "dead_xpos" "118" "dead_wide" "16" "dead_tall" "16" "show_voice_icon" "1" "icon_ypos" "0" - "icon_xpos" "15" + "icon_xpos" "28" "icon_tall" "16" "icon_wide" "16" - "text_xpos" "50" + "text_xpos" "49" } HudHintDisplay diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index c2c0afc..335e9b5 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -1524,23 +1524,23 @@ "show_avatar" "1" "avatar_ypos" "1" - "avatar_xpos" "24" + "avatar_xpos" "1" "avatar_wide" "14" "avatar_tall" "14" "show_dead_icon" "1" "dead_ypos" "0" - "dead_xpos" "1" + "dead_xpos" "118" "dead_wide" "16" "dead_tall" "16" "show_voice_icon" "1" "icon_ypos" "0" - "icon_xpos" "15" + "icon_xpos" "28" "icon_tall" "16" "icon_wide" "16" - "text_xpos" "50" + "text_xpos" "49" } HudHintDisplay |
