diff --git a/resource/ClientScheme.res b/resource/ClientScheme.res index 0c27b1a..0d26057 100644 --- a/resource/ClientScheme.res +++ b/resource/ClientScheme.res @@ -44,6 +44,8 @@ Scheme "HealthIncAbove100Color" "0 255 0 255" "HealthLowColor" "255 0 0 255" "HealthDmgColor" "255 0 0 255" + + "KeyStatePressed" "0 255 0 255" /////////////// VGUI Colours /////////////// "UI_Tone_Default" "199 219 255 255" diff --git a/resource/FortressForever_english.txt b/resource/FortressForever_english.txt index 849a5b3..d41ec44 100644 Binary files a/resource/FortressForever_english.txt and b/resource/FortressForever_english.txt differ diff --git a/scripts/HudLayout.res b/scripts/HudLayout.res index 80492f0..a9a7229 100644 --- a/scripts/HudLayout.res +++ b/scripts/HudLayout.res @@ -769,6 +769,15 @@ "PaintBackgroundType" "2" } + HudKeyState + { + "fieldName" "HudKeyState" + "xpos" "c-32" + "ypos" "r172" + "wide" "64" + "tall" "64" + } + HudAmmoSecondary { "fieldName" "HudAmmoSecondary"