]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - scripts/monsters.shader
Big load of updates (attempted CSQC monsters)
[xonotic/xonotic-data.pk3dir.git] / scripts / monsters.shader
diff --git a/scripts/monsters.shader b/scripts/monsters.shader
new file mode 100644 (file)
index 0000000..dbab45d
--- /dev/null
@@ -0,0 +1,32 @@
+textures/spider/spidertex
+{
+       cull none
+
+       {
+               map textures/spidertex
+       }
+}
+textures/cerberus/cerberus_text
+{
+       cull none
+
+       {
+               map textures/cerberus
+       }
+}
+textures/berzerker_texture
+{
+       cull none
+
+       {
+               map textures/ogre
+       }
+}
+mage
+{
+       cull none
+
+       {
+               map textures/mage
+       }
+}