From fc7ab17b61ac49629362edd280b0a0f9f8a6fb62 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 15:52:33 -0500 Subject: Updated Engineer/Spy PDAs - Pinned and added shadows to certain labels - Updated colors to use the schema instead of RBG codes - Corrected element names, removed unused elements --- resource/ui/disguise_menu/heavy_blue.res | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'resource/ui/disguise_menu/heavy_blue.res') diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res index 1932d4d..0324406 100644 --- a/resource/ui/disguise_menu/heavy_blue.res +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -4,16 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_HWGuy" } "NewNumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "70 130 180 153" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "5" } } \ No newline at end of file -- cgit v1.2.3 From eb9e3bf73092500579d32f998fce70fa265e6d1c Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Mar 2019 16:17:28 -0500 Subject: Code Formatting --- resource/ui/disguise_menu/heavy_blue.res | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'resource/ui/disguise_menu/heavy_blue.res') diff --git a/resource/ui/disguise_menu/heavy_blue.res b/resource/ui/disguise_menu/heavy_blue.res index 0324406..15c9d59 100644 --- a/resource/ui/disguise_menu/heavy_blue.res +++ b/resource/ui/disguise_menu/heavy_blue.res @@ -4,19 +4,19 @@ { "ItemNameLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "#TF_Class_Name_HWGuy" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "#TF_Class_Name_HWGuy" } "NewNumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "2" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "2" } "NumberLabel" { - "fgcolor" "HUDBlueTeamSolid" - "labelText" "5" + "fgcolor" "HUDBlueTeamSolid" + "labelText" "5" } } \ No newline at end of file -- cgit v1.2.3