diff options
| author | CriticalFlaw <[email protected]> | 2020-04-14 13:50:37 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-14 13:50:37 -0400 |
| commit | 88bfb38d94100d773b9ffcdaf69de7f5234b7def (patch) | |
| tree | 5f22b67ee3051d15ea2b8791b28b13fd65636570 /materials/sprites | |
| parent | dcabe4c2af7ab44eddfd8f5ab6b272acfdf9599e (diff) | |
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.
Diffstat (limited to 'materials/sprites')
| -rw-r--r-- | materials/sprites/obj_icons/icon_obj_cap_blu.vmt | 11 | ||||
| -rw-r--r-- | materials/sprites/obj_icons/icon_obj_cap_red.vmt | 11 |
2 files changed, 0 insertions, 22 deletions
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 |
