From: Matthias Krüger Date: Wed, 21 Aug 2013 16:53:27 +0000 (+0200) Subject: unsealed: add blue stripe texture. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0f2fb246c37a2be1c911cd29161a0de725733ce1;p=xonotic%2Fxonotic-maps.pk3dir.git unsealed: add blue stripe texture. --- diff --git a/scripts/map_unsealedtrial2.shader b/scripts/map_unsealedtrial2.shader index 8d38d033..2fdfde17 100644 --- a/scripts/map_unsealedtrial2.shader +++ b/scripts/map_unsealedtrial2.shader @@ -333,6 +333,24 @@ textures/map_unsealed/floor_wrn01-red_layer } } +textures/map_unsealed/floor_wrn01-blue_layer +{ + qer_trans 0.5 + qer_editorimage textures/map_unsealed/floor_wrn01-blue_layer.tga + surfaceparm trans + surfaceparm alphashadow + { + map textures/map_unsealed/floor_wrn01-blue_layer.tga + blendfunc blend + rgbgen lightingDiffuse + } + { + map $lightmap + blendfunc GL_DST_COLOR GL_ZERO + rgbGen identity + } +} + textures/map_unsealed/base_stone_metal { qer_editorimage textures/map_unsealed/base_stone_metal.tga diff --git a/textures/map_unsealed/floor_wrn01-blue_layer.tga b/textures/map_unsealed/floor_wrn01-blue_layer.tga new file mode 100644 index 00000000..1ca6e73f Binary files /dev/null and b/textures/map_unsealed/floor_wrn01-blue_layer.tga differ diff --git a/textures/map_unsealed/floor_wrn01-blue_layer_norm.tga b/textures/map_unsealed/floor_wrn01-blue_layer_norm.tga new file mode 100644 index 00000000..144a981b Binary files /dev/null and b/textures/map_unsealed/floor_wrn01-blue_layer_norm.tga differ