]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix cellammo shader capitalisation
authorMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 21:32:13 +0000 (07:32 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 13 Jul 2020 21:32:13 +0000 (07:32 +1000)
scripts/cellammo.Shader [deleted file]
scripts/cellammo.shader [new file with mode: 0644]

diff --git a/scripts/cellammo.Shader b/scripts/cellammo.Shader
deleted file mode 100644 (file)
index 94b1c88..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-cellammo\r
-{\r
-       dpreflectcube cubemaps/default/sky\r
-       dpoffsetmapping - 0.5 match8 128\r
-       {\r
-               map textures/items/cellammo\r
-               rgbgen lightingDiffuse\r
-       }\r
-}
\ No newline at end of file
diff --git a/scripts/cellammo.shader b/scripts/cellammo.shader
new file mode 100644 (file)
index 0000000..0d6197c
--- /dev/null
@@ -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