mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-21 20:21:09 +00:00
Add script changes for hud_keystate addition
This commit is contained in:
parent
4d8e9d63b7
commit
8865703ff6
3 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Binary file not shown.
|
@ -769,6 +769,15 @@
|
|||
"PaintBackgroundType" "2"
|
||||
}
|
||||
|
||||
HudKeyState
|
||||
{
|
||||
"fieldName" "HudKeyState"
|
||||
"xpos" "c-32"
|
||||
"ypos" "r172"
|
||||
"wide" "64"
|
||||
"tall" "64"
|
||||
}
|
||||
|
||||
HudAmmoSecondary
|
||||
{
|
||||
"fieldName" "HudAmmoSecondary"
|
||||
|
|
Loading…
Reference in a new issue