summaryrefslogtreecommitdiff
path: root/materials/console
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-04-14 23:19:28 -0400
committerCriticalFlaw <[email protected]>2021-04-14 23:19:28 -0400
commit3d9d0684b148d5b834aacd90482a504fd64f27a6 (patch)
tree71162e4b023e8efe115597121b520e842ba1be53 /materials/console
parent1d131b0e92939a7893e7ea7efd54d7379674cce0 (diff)
Customizations Update
- Reworked how customizations work. Now customization files must be moved into the #customizations/_enabled folder to be enabled. This effectively makes the hud incompatible with the older version of the editor/installer, so please update to the latest version (2.0) - Fixed a black bar appearing in tournament mode (#163) - Fixed the class selection page not display class limits. - Bumped version number.
Diffstat (limited to 'materials/console')
-rw-r--r--materials/console/background_classic.vtf (renamed from materials/console/backgrounds/background_classic.vtf)bin2796384 -> 2796384 bytes
-rw-r--r--materials/console/background_classic_widescreen.vtf (renamed from materials/console/backgrounds/background_classic_widescreen.vtf)bin2796384 -> 2796384 bytes
-rw-r--r--materials/console/background_modern.vtf (renamed from materials/console/backgrounds/background_modern.vtf)bin2796384 -> 2796384 bytes
-rw-r--r--materials/console/background_modern_widescreen.vtf (renamed from materials/console/backgrounds/background_modern_widescreen.vtf)bin2796384 -> 2796384 bytes
-rw-r--r--materials/console/background_upward.vmt2
-rw-r--r--materials/console/background_upward_widescreen.vmt2
6 files changed, 2 insertions, 2 deletions
diff --git a/materials/console/backgrounds/background_classic.vtf b/materials/console/background_classic.vtf
index 3dd1d6d..3dd1d6d 100644
--- a/materials/console/backgrounds/background_classic.vtf
+++ b/materials/console/background_classic.vtf
Binary files differ
diff --git a/materials/console/backgrounds/background_classic_widescreen.vtf b/materials/console/background_classic_widescreen.vtf
index 3dd1d6d..3dd1d6d 100644
--- a/materials/console/backgrounds/background_classic_widescreen.vtf
+++ b/materials/console/background_classic_widescreen.vtf
Binary files differ
diff --git a/materials/console/backgrounds/background_modern.vtf b/materials/console/background_modern.vtf
index 6eae25d..6eae25d 100644
--- a/materials/console/backgrounds/background_modern.vtf
+++ b/materials/console/background_modern.vtf
Binary files differ
diff --git a/materials/console/backgrounds/background_modern_widescreen.vtf b/materials/console/background_modern_widescreen.vtf
index 6eae25d..6eae25d 100644
--- a/materials/console/backgrounds/background_modern_widescreen.vtf
+++ b/materials/console/background_modern_widescreen.vtf
Binary files differ
diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt
index 13876d5..59fe0ee 100644
--- a/materials/console/background_upward.vmt
+++ b/materials/console/background_upward.vmt
@@ -1,6 +1,6 @@
"UnlitGeneric"
{
- "$baseTexture" "console/backgrounds/background_modern"
+ "$baseTexture" "console/background_modern"
"$vertexcolor" "1"
"$vertexalpha" "1"
"$ignorez" "1"
diff --git a/materials/console/background_upward_widescreen.vmt b/materials/console/background_upward_widescreen.vmt
index f66e203..9df6b63 100644
--- a/materials/console/background_upward_widescreen.vmt
+++ b/materials/console/background_upward_widescreen.vmt
@@ -1,6 +1,6 @@
"UnlitGeneric"
{
- "$baseTexture" "console/backgrounds/background_modern_widescreen"
+ "$baseTexture" "console/background_modern_widescreen"
"$vertexcolor" "1"
"$vertexalpha" "1"
"$ignorez" "1"