From: Matthias Krüger Date: Mon, 5 Aug 2013 21:01:49 +0000 (+0200) Subject: unsealed: add exx floor warningstripes as texture but only the stripes so that we... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=34e57ad8e2206d0fee02701353f4a766776a7e77;p=xonotic%2Fxonotic-maps.pk3dir.git unsealed: add exx floor warningstripes as texture but only the stripes so that we can put it on top of another texture. --- diff --git a/scripts/map_unsealedtrial2.shader b/scripts/map_unsealedtrial2.shader index db154914..337c658f 100644 --- a/scripts/map_unsealedtrial2.shader +++ b/scripts/map_unsealedtrial2.shader @@ -319,3 +319,20 @@ textures/map_unsealed/light-light2a_orange blendfunc filter } } + +textures/map_unsealed/floor_wrn01-red_layer +{ + qer_editorimage textures/map_unsealed/floor_wrn01-red_layer.tga + surfaceparm trans + surfaceparm alphashadow + { + map textures/map_unsealed/floor_wrn01-red_layer.tga + blendfunc blend + rgbgen lightingDiffuse + } + { + map $lightmap + blendfunc GL_DST_COLOR GL_ZERO + rgbGen identity + } +} diff --git a/textures/map_unsealed/floor_wrn01-red_layer.tga b/textures/map_unsealed/floor_wrn01-red_layer.tga new file mode 100644 index 00000000..9a2eacd3 Binary files /dev/null and b/textures/map_unsealed/floor_wrn01-red_layer.tga differ diff --git a/textures/map_unsealed/floor_wrn01-red_layer_norm.tga b/textures/map_unsealed/floor_wrn01-red_layer_norm.tga new file mode 100644 index 00000000..144a981b Binary files /dev/null and b/textures/map_unsealed/floor_wrn01-red_layer_norm.tga differ