I've been seeing clips of people with a still image near their HP, I assume its associated with the HP box when their overhealed or low HP. I just want to recreate it with a different image but the current HUD I use (Hypnotize) doesn't appear to use image variables.
"HealthBuff"
{
"ControlName" "EditablePanel"
"fieldName" "HealthBuff"
"xpos" "-35"
"xpos_minmode" "-44"
"ypos" "-7"
"ypos_minmode" "-11"
"wide" "80"
"wide_minmode" "62"
"tall" "37"
"tall_minmode" "29"
"visible" "1"
"enabled" "1"
"alpha" "0"
"paintbackground" "0"
"border" "Buffed_Border"
"pin_to_sibling" "PlayerStatusHealthValueBox"
}
So my question is do I have to put an image and set it to a custom path to my desired vtf/vtm file? or is there another way to add an image source (Best I can think of is something like schizoHUD). I'm quite new to HUD editing so much help is appreciated!