From 88bfb38d94100d773b9ffcdaf69de7f5234b7def Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 14 Apr 2020 13:50:37 -0400 Subject: Fixed Control Point Icons - Removed the configuration file since it won't be automatically used on launch. - Fixed an issue where the control point icons would sometimes not display properly. - Bumped version number. --- materials/sprites/obj_icons/icon_obj_cap_blu.vmt | 11 ----------- materials/sprites/obj_icons/icon_obj_cap_red.vmt | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 materials/sprites/obj_icons/icon_obj_cap_blu.vmt delete mode 100644 materials/sprites/obj_icons/icon_obj_cap_red.vmt (limited to 'materials/sprites') diff --git a/materials/sprites/obj_icons/icon_obj_cap_blu.vmt b/materials/sprites/obj_icons/icon_obj_cap_blu.vmt deleted file mode 100644 index d237af9..0000000 --- a/materials/sprites/obj_icons/icon_obj_cap_blu.vmt +++ /dev/null @@ -1,11 +0,0 @@ -"UnlitGeneric" -{ - "$translucent" "1" - "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_blu" - "$alpha" "1" - "$vertexalpha" "1" - "$vertexcolor" "1" - "$no_fullbright" "1" - "$ignorez" "1" - "%keywords" "tf" -} \ No newline at end of file diff --git a/materials/sprites/obj_icons/icon_obj_cap_red.vmt b/materials/sprites/obj_icons/icon_obj_cap_red.vmt deleted file mode 100644 index 2c5bf92..0000000 --- a/materials/sprites/obj_icons/icon_obj_cap_red.vmt +++ /dev/null @@ -1,11 +0,0 @@ -"UnlitGeneric" -{ - "$translucent" "1" - "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_cap_red" - "$alpha" "1" - "$vertexalpha" "1" - "$vertexcolor" "1" - "$no_fullbright" "1" - "$ignorez" "1" - "%keywords" "tf" -} \ No newline at end of file -- cgit v1.2.3