summaryrefslogtreecommitdiff
path: root/materials
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2020-08-08 21:40:12 -0400
committerCriticalFlaw <[email protected]>2020-08-08 21:40:12 -0400
commitac615cd93f8146a95e41aee53286f92289cf0d79 (patch)
tree5815b8b2e52c1f3a13c7a1eddfa44f9f8ae72ea6 /materials
parentc8ba1648bd2752ba647b09f164739a7c5ff83734 (diff)
Fixed Server Navigation Keys
- Moved the main menu backgrounds to better work with the installer. - Fixed not being able to navigate server welcome screens with E and Q keys. - Fixed the metal counter overlapping slightly when enough metal is added.
Diffstat (limited to 'materials')
-rw-r--r--materials/console/background_upward.vmt2
-rw-r--r--materials/console/background_upward_widescreen.vmt2
-rw-r--r--materials/console/backgrounds/background_classic.vtfbin0 -> 2796384 bytes
-rw-r--r--materials/console/backgrounds/background_classic_widescreen.vtfbin0 -> 2796384 bytes
-rw-r--r--materials/console/backgrounds/background_modern.vtf (renamed from materials/console/background_upward.vtf)bin2796384 -> 2796384 bytes
-rw-r--r--materials/console/backgrounds/background_modern_widescreen.vtf (renamed from materials/console/background_upward_widescreen.vtf)bin2796384 -> 2796384 bytes
6 files changed, 2 insertions, 2 deletions
diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt
index a0bef69..ad879ea 100644
--- a/materials/console/background_upward.vmt
+++ b/materials/console/background_upward.vmt
@@ -1,6 +1,6 @@
"UnlitGeneric"
{
- "$baseTexture" "console/background_upward"
+ "$baseTexture" "console/backgrounds/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 ad1e0b2..e16549f 100644
--- a/materials/console/background_upward_widescreen.vmt
+++ b/materials/console/background_upward_widescreen.vmt
@@ -1,6 +1,6 @@
"UnlitGeneric"
{
- "$baseTexture" "console/background_upward_widescreen"
+ "$baseTexture" "console/backgrounds/background_modern_widescreen"
"$vertexcolor" 1
"$vertexalpha" 1
"$ignorez" 1
diff --git a/materials/console/backgrounds/background_classic.vtf b/materials/console/backgrounds/background_classic.vtf
new file mode 100644
index 0000000..3dd1d6d
--- /dev/null
+++ b/materials/console/backgrounds/background_classic.vtf
Binary files differ
diff --git a/materials/console/backgrounds/background_classic_widescreen.vtf b/materials/console/backgrounds/background_classic_widescreen.vtf
new file mode 100644
index 0000000..3dd1d6d
--- /dev/null
+++ b/materials/console/backgrounds/background_classic_widescreen.vtf
Binary files differ
diff --git a/materials/console/background_upward.vtf b/materials/console/backgrounds/background_modern.vtf
index 6eae25d..6eae25d 100644
--- a/materials/console/background_upward.vtf
+++ b/materials/console/backgrounds/background_modern.vtf
Binary files differ
diff --git a/materials/console/background_upward_widescreen.vtf b/materials/console/backgrounds/background_modern_widescreen.vtf
index 6eae25d..6eae25d 100644
--- a/materials/console/background_upward_widescreen.vtf
+++ b/materials/console/backgrounds/background_modern_widescreen.vtf
Binary files differ