summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2021-07-04 19:58:37 -0400
committerCriticalFlaw <[email protected]>2021-07-04 19:58:37 -0400
commit9fe1700457db24b0c7c1a7220b612a53a5482687 (patch)
treecb21f89fc0b4438433d6621d092c1e69675cea12
parenta97d5dcaa35c1913f0432427dc20363142104334 (diff)
Reverted background file change
- Reverted the change to how the main menu backgrounds were being loaded because it messed with how the editor is set up to switch between them and stock backgrounds.
-rw-r--r--materials/console/background_classic.vtfbin0 -> 2796384 bytes
-rw-r--r--materials/console/background_modern.vtfbin1398264 -> 2796384 bytes
-rw-r--r--materials/console/background_upward.vmt10
-rw-r--r--materials/console/background_upward.vtfbin1398264 -> 0 bytes
-rw-r--r--materials/console/background_upward_widescreen.vmt10
-rw-r--r--materials/console/background_upward_widescreen.vtfbin1398264 -> 0 bytes
6 files changed, 20 insertions, 0 deletions
diff --git a/materials/console/background_classic.vtf b/materials/console/background_classic.vtf
new file mode 100644
index 0000000..b099309
--- /dev/null
+++ b/materials/console/background_classic.vtf
Binary files differ
diff --git a/materials/console/background_modern.vtf b/materials/console/background_modern.vtf
index 769c830..b688e1e 100644
--- a/materials/console/background_modern.vtf
+++ b/materials/console/background_modern.vtf
Binary files differ
diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt
new file mode 100644
index 0000000..9b76d34
--- /dev/null
+++ b/materials/console/background_upward.vmt
@@ -0,0 +1,10 @@
+"UnlitGeneric"
+{
+ "$baseTexture" "console/background_classic"
+ "$vertexcolor" "1"
+ "$vertexalpha" "1"
+ "$ignorez" "1"
+ "$no_fullbright" "1"
+ "$nolod" "1"
+ "%keywords" "tf"
+} \ No newline at end of file
diff --git a/materials/console/background_upward.vtf b/materials/console/background_upward.vtf
deleted file mode 100644
index 987e0bf..0000000
--- a/materials/console/background_upward.vtf
+++ /dev/null
Binary files differ
diff --git a/materials/console/background_upward_widescreen.vmt b/materials/console/background_upward_widescreen.vmt
new file mode 100644
index 0000000..9b76d34
--- /dev/null
+++ b/materials/console/background_upward_widescreen.vmt
@@ -0,0 +1,10 @@
+"UnlitGeneric"
+{
+ "$baseTexture" "console/background_classic"
+ "$vertexcolor" "1"
+ "$vertexalpha" "1"
+ "$ignorez" "1"
+ "$no_fullbright" "1"
+ "$nolod" "1"
+ "%keywords" "tf"
+} \ No newline at end of file
diff --git a/materials/console/background_upward_widescreen.vtf b/materials/console/background_upward_widescreen.vtf
deleted file mode 100644
index 987e0bf..0000000
--- a/materials/console/background_upward_widescreen.vtf
+++ /dev/null
Binary files differ