Skip to content

Commit 8865703

Browse files
committed
Add script changes for hud_keystate addition
1 parent 4d8e9d6 commit 8865703

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

resource/ClientScheme.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Scheme
4444
"HealthIncAbove100Color" "0 255 0 255"
4545
"HealthLowColor" "255 0 0 255"
4646
"HealthDmgColor" "255 0 0 255"
47+
48+
"KeyStatePressed" "0 255 0 255"
4749

4850
/////////////// VGUI Colours ///////////////
4951
"UI_Tone_Default" "199 219 255 255"
272 Bytes
Binary file not shown.

scripts/HudLayout.res

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,15 @@
769769
"PaintBackgroundType" "2"
770770
}
771771

772+
HudKeyState
773+
{
774+
"fieldName" "HudKeyState"
775+
"xpos" "c-32"
776+
"ypos" "r172"
777+
"wide" "64"
778+
"tall" "64"
779+
}
780+
772781
HudAmmoSecondary
773782
{
774783
"fieldName" "HudAmmoSecondary"

0 commit comments

Comments
 (0)