diff options
| author | CriticalFlaw <[email protected]> | 2018-07-11 22:34:13 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-07-11 22:34:13 -0400 |
| commit | 6ebb87ca998e95cec9d2f8610144066c5a2d356d (patch) | |
| tree | 528e9263e9acc4e3288441cfbc7b3332aef52989 | |
| parent | 05df80fdfdcdbb8784b99f12694179a3d2f2f1e0 (diff) | |
Fixed the Spy Disguise Image not showing
| -rw-r--r-- | resource/ui/HudPlayerClass.res | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/resource/ui/HudPlayerClass.res b/resource/ui/HudPlayerClass.res index 027b859..c9ff0fb 100644 --- a/resource/ui/HudPlayerClass.res +++ b/resource/ui/HudPlayerClass.res @@ -31,14 +31,31 @@ "PlayerStatusSpyImage"
{
"ControlName" "CTFImagePanel"
- "fieldName" "PlayerStatusSpyImage"
- "xpos" "9999"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "2"
+ "wide" "55"
+ "tall" "55"
+ "visible" "1"
+ "enabled" "1"
+ "image" "../hud/class_spyred"
+ "scaleImage" "1"
+ "teambg_2" "../hud/class_spyred"
+ "teambg_3" "../hud/class_spyblue"
}
"PlayerStatusSpyOutlineImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusSpyOutlineImage"
- "xpos" "9999"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "7"
+ "wide" "55"
+ "tall" "55"
+ "visible" "0"
+ "enabled" "1"
+ "image" "../hud/class_spy_outline"
+ "scaleImage" "1"
}
"PlayerStatusClassImageBG"
{
|
