From: Mario Date: Mon, 13 Jul 2020 21:32:13 +0000 (+1000) Subject: Fix cellammo shader capitalisation X-Git-Tag: xonotic-v0.8.5~876 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2d5e0384927e68051b036e9d0df5a6f13a0569b9;p=xonotic%2Fxonotic-data.pk3dir.git Fix cellammo shader capitalisation --- diff --git a/scripts/cellammo.Shader b/scripts/cellammo.Shader deleted file mode 100644 index 94b1c8878..000000000 --- a/scripts/cellammo.Shader +++ /dev/null @@ -1,9 +0,0 @@ -cellammo -{ - dpreflectcube cubemaps/default/sky - dpoffsetmapping - 0.5 match8 128 - { - map textures/items/cellammo - rgbgen lightingDiffuse - } -} \ No newline at end of file diff --git a/scripts/cellammo.shader b/scripts/cellammo.shader new file mode 100644 index 000000000..0d6197cf7 --- /dev/null +++ b/scripts/cellammo.shader @@ -0,0 +1,9 @@ +cellammo +{ + dpreflectcube cubemaps/default/sky + dpoffsetmapping - 0.5 match8 128 + { + map textures/items/cellammo + rgbgen lightingDiffuse + } +} \ No newline at end of file