diff options
Diffstat (limited to 'materials/console')
| -rw-r--r-- | materials/console/background_upward.vmt | 10 | ||||
| -rw-r--r-- | materials/console/background_upward_widescreen.vmt | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt new file mode 100644 index 0000000..93a17e0 --- /dev/null +++ b/materials/console/background_upward.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "console/background_upward" + "$vertexcolor" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$no_fullbright" "1" + "$nolod" "1" + "%keywords" "tf" +} diff --git a/materials/console/background_upward_widescreen.vmt b/materials/console/background_upward_widescreen.vmt new file mode 100644 index 0000000..b9d62b2 --- /dev/null +++ b/materials/console/background_upward_widescreen.vmt @@ -0,0 +1,10 @@ +"UnlitGeneric" +{ + "$baseTexture" "console/background_upward_widescreen" + "$vertexcolor" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$no_fullbright" "1" + "$nolod" "1" + "%keywords" "tf" +} |
