From: Matthias Krüger Date: Sat, 8 Jun 2013 15:29:35 +0000 (+0200) Subject: maps: glowplant: remove textures/map_glowplant/gradient_light.tga and use textures... X-Git-Tag: xonotic-v0.8.0~41^2~2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=6657f28c079627ca6ac34b1414a65fc5f65e744d;ds=sidebyside maps: glowplant: remove textures/map_glowplant/gradient_light.tga and use textures/effects_lightning/gradient_white.tga instead since the files are the same. --- diff --git a/maps/glowplant.map.options b/maps/glowplant.map.options index 121c7ba9..5bf9f6d1 100644 --- a/maps/glowplant.map.options +++ b/maps/glowplant.map.options @@ -3,4 +3,4 @@ -vis + -minimap + -nosRGB -Version: 12 \ No newline at end of file +Version: 13 diff --git a/scripts/map_glowplant.shader b/scripts/map_glowplant.shader index 088e05da..e455e6a2 100644 --- a/scripts/map_glowplant.shader +++ b/scripts/map_glowplant.shader @@ -178,13 +178,13 @@ textures/map_glowplant/distort_glass textures/map_glowplant/gradient_light { - qer_editorimage textures/map_glowplant/gradient_light.tga + qer_editorimage textures/effects_lightning/gradient_white.tga surfaceparm noimpact surfaceparm nonsolid surfaceparm trans cull none { - map textures/map_glowplant/gradient_light.tga + map textures/effects_lightning/gradient_white.tga blendfunc blend } } diff --git a/textures/map_glowplant/gradient_light.tga b/textures/map_glowplant/gradient_light.tga deleted file mode 100644 index beda4b68..00000000 Binary files a/textures/map_glowplant/gradient_light.tga and /dev/null differ