From 087ef912e231f8360b1b2bbc385698b966d379fe Mon Sep 17 00:00:00 2001 From: cbrutail Date: Tue, 29 Jun 2010 14:52:14 +0200 Subject: [PATCH] Fixed typo --- scripts/xonotic-fx.shader | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/xonotic-fx.shader b/scripts/xonotic-fx.shader index 320207f0..a303ec1b 100644 --- a/scripts/xonotic-fx.shader +++ b/scripts/xonotic-fx.shader @@ -78,7 +78,7 @@ textures/fx/forcefield1-d //Jumppad1 blue textures/fx/jumppadfx1-a { - qer_editorimage textures/fx/jumppad/jumppadfx1_a + qer_editorimage textures/fx/jumppad/jumppadfx1_a.tga surfaceparm nolightmap surfaceparm nomarks surfaceparm nonsolid @@ -86,7 +86,7 @@ textures/fx/jumppadfx1-a cull none qer_trans 0.6 { - map textures/fx/juppad/jumppadfx1_a + map textures/fx/juppad/jumppadfx1_a.tga blendfunc add tcMod scroll 0 2 } @@ -94,7 +94,7 @@ textures/fx/jumppadfx1-a //Jumppad1 red textures/fx/jumppadfx1-b { - qer_editorimage textures/fx/jumppad/jumppadfx1_b + qer_editorimage textures/fx/jumppad/jumppadfx1_b.tga surfaceparm nolightmap surfaceparm nomarks surfaceparm nonsolid @@ -102,7 +102,7 @@ textures/fx/jumppadfx1-b cull none qer_trans 0.6 { - map textures/fx/juppad/jumppadfx1_b + map textures/fx/juppad/jumppadfx1_b.tga blendfunc add tcMod scroll 0 2 } @@ -110,7 +110,7 @@ textures/fx/jumppadfx1-b //Jumppad1 yellow textures/fx/jumppadfx1-c { - qer_editorimage textures/fx/jumppad/jumppadfx1_c + qer_editorimage textures/fx/jumppad/jumppadfx1_c.tga surfaceparm nolightmap surfaceparm nomarks surfaceparm nonsolid @@ -118,7 +118,7 @@ textures/fx/jumppadfx1-c cull none qer_trans 0.6 { - map textures/fx/juppad/jumppadfx1_c + map textures/fx/juppad/jumppadfx1_c.tga blendfunc add tcMod scroll 0 2 } @@ -126,7 +126,7 @@ textures/fx/jumppadfx1-c //Jumppad1 green textures/fx/jumppadfx1-d { - qer_editorimage textures/fx/jumppad/jumppadfx1_d + qer_editorimage textures/fx/jumppad/jumppadfx1_d.tga surfaceparm nolightmap surfaceparm nomarks surfaceparm nonsolid @@ -134,7 +134,7 @@ textures/fx/jumppadfx1-d cull none qer_trans 0.6 { - map textures/fx/juppad/jumppadfx1_d + map textures/fx/juppad/jumppadfx1_d.tga blendfunc add tcMod scroll 0 2 } -- 2.39.2