diff options
Diffstat (limited to 'materials')
| -rw-r--r-- | materials/console/background_upward.vmt | 6 | ||||
| -rw-r--r-- | materials/console/background_upward_widescreen.vmt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/materials/console/background_upward.vmt b/materials/console/background_upward.vmt index faf2442..13876d5 100644 --- a/materials/console/background_upward.vmt +++ b/materials/console/background_upward.vmt @@ -1,9 +1,9 @@ "UnlitGeneric" { "$baseTexture" "console/backgrounds/background_modern" - "$vertexcolor" 1 - "$vertexalpha" 1 - "$ignorez" 1 + "$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 index af1b614..f66e203 100644 --- a/materials/console/background_upward_widescreen.vmt +++ b/materials/console/background_upward_widescreen.vmt @@ -1,9 +1,9 @@ "UnlitGeneric" { "$baseTexture" "console/backgrounds/background_modern_widescreen" - "$vertexcolor" 1 - "$vertexalpha" 1 - "$ignorez" 1 + "$vertexcolor" "1" + "$vertexalpha" "1" + "$ignorez" "1" "$no_fullbright" "1" "$nolod" "1" "%keywords" "tf" |
