From 2d5e0384927e68051b036e9d0df5a6f13a0569b9 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 14 Jul 2020 07:32:13 +1000 Subject: [PATCH] Fix cellammo shader capitalisation --- scripts/{cellammo.Shader => cellammo.shader} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename scripts/{cellammo.Shader => cellammo.shader} (94%) diff --git a/scripts/cellammo.Shader b/scripts/cellammo.shader similarity index 94% rename from scripts/cellammo.Shader rename to scripts/cellammo.shader index 94b1c8878..0d6197cf7 100644 --- a/scripts/cellammo.Shader +++ b/scripts/cellammo.shader @@ -1,9 +1,9 @@ -cellammo -{ - dpreflectcube cubemaps/default/sky - dpoffsetmapping - 0.5 match8 128 - { - map textures/items/cellammo - rgbgen lightingDiffuse - } +cellammo +{ + dpreflectcube cubemaps/default/sky + dpoffsetmapping - 0.5 match8 128 + { + map textures/items/cellammo + rgbgen lightingDiffuse + } } \ No newline at end of file -- 2.39.2