diff options
| author | CriticalFlaw <[email protected]> | 2021-07-04 19:58:37 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-04 19:58:37 -0400 |
| commit | 9fe1700457db24b0c7c1a7220b612a53a5482687 (patch) | |
| tree | cb21f89fc0b4438433d6621d092c1e69675cea12 /materials/console | |
| parent | a97d5dcaa35c1913f0432427dc20363142104334 (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.
Diffstat (limited to 'materials/console')
| -rw-r--r-- | materials/console/background_classic.vtf | bin | 0 -> 2796384 bytes | |||
| -rw-r--r-- | materials/console/background_modern.vtf | bin | 1398264 -> 2796384 bytes | |||
| -rw-r--r-- | materials/console/background_upward.vmt | 10 | ||||
| -rw-r--r-- | materials/console/background_upward.vtf | bin | 1398264 -> 0 bytes | |||
| -rw-r--r-- | materials/console/background_upward_widescreen.vmt | 10 | ||||
| -rw-r--r-- | materials/console/background_upward_widescreen.vtf | bin | 1398264 -> 0 bytes |
6 files changed, 20 insertions, 0 deletions
diff --git a/materials/console/background_classic.vtf b/materials/console/background_classic.vtf Binary files differnew file mode 100644 index 0000000..b099309 --- /dev/null +++ b/materials/console/background_classic.vtf diff --git a/materials/console/background_modern.vtf b/materials/console/background_modern.vtf Binary files differindex 769c830..b688e1e 100644 --- a/materials/console/background_modern.vtf +++ b/materials/console/background_modern.vtf 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 Binary files differdeleted file mode 100644 index 987e0bf..0000000 --- a/materials/console/background_upward.vtf +++ /dev/null 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 Binary files differdeleted file mode 100644 index 987e0bf..0000000 --- a/materials/console/background_upward_widescreen.vtf +++ /dev/null |
