From: Mario Date: Sat, 11 Jun 2016 16:40:37 +0000 (+1000) Subject: Apply rough placeholder nade orb texture X-Git-Tag: xonotic-v0.8.2~807^2~8 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b17fb0d84428738cc995e9b6aae09c12e12b636c;p=xonotic%2Fxonotic-data.pk3dir.git Apply rough placeholder nade orb texture --- diff --git a/scripts/nades.shader b/scripts/nades.shader new file mode 100644 index 000000000..2a1e7eee2 --- /dev/null +++ b/scripts/nades.shader @@ -0,0 +1,12 @@ +nade_orb +{ + dpnoshadow + surfaceparm nolightmap + + { + map textures/nade_orb + blendfunc add + tcMod stretch 0.5 0.5 + rgbGen lightingDiffuse + } +} diff --git a/scripts/shaderlist.txt b/scripts/shaderlist.txt index ce11875b7..0a391e6b6 100644 --- a/scripts/shaderlist.txt +++ b/scripts/shaderlist.txt @@ -16,3 +16,4 @@ turrets weapons monsters ok_nade_counter +nades diff --git a/textures/nade_orb.tga b/textures/nade_orb.tga index 45a97da4f..b536e76e4 100644 Binary files a/textures/nade_orb.tga and b/textures/nade_orb.tga differ