]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
dietunichguten hook texture by Fusselkroete
authorFruitieX <rasse@rasse-lappy.localdomain>
Wed, 4 Aug 2010 09:59:48 +0000 (12:59 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Wed, 4 Aug 2010 09:59:48 +0000 (12:59 +0300)
particles/hook_blue.tga
particles/hook_green.tga
particles/hook_pink.tga
particles/hook_red.tga
particles/hook_yellow.tga
qcsrc/client/hook.qc

index cb9a696265d2b85207a33e27a5e6e5d8d20877c3..1005ab57ae69af66e3940fd3830f7731ffc48eca 100644 (file)
Binary files a/particles/hook_blue.tga and b/particles/hook_blue.tga differ
index 9f07c1797ea45ec109e629838d1e872f197dafbb..e01eb47e80fbe7ae8130a5a0bdbe1d7e4f98a794 100644 (file)
Binary files a/particles/hook_green.tga and b/particles/hook_green.tga differ
index c0dc11437f0f0214474613b95a818e6c0a39730b..8bfdad9d14beb231bb53023214a6858ed52a2208 100644 (file)
Binary files a/particles/hook_pink.tga and b/particles/hook_pink.tga differ
index 985fd2cc7c60777ba477b4f147e4fa29fedc4258..570ea2d672cb52ea43f115e2590056c82d5b6019 100644 (file)
Binary files a/particles/hook_red.tga and b/particles/hook_red.tga differ
index abeb94dd049ffd3b87e7dde667efc6cc9cc9e637..47f3c64a6136c73b2472eb461a0418038b877c37 100644 (file)
Binary files a/particles/hook_yellow.tga and b/particles/hook_yellow.tga differ
index 412d4a44e02890c3e46e830f8430c9c2671563a9..b769947eeb9439e02e6618ef20dbdc4338e0b168 100644 (file)
@@ -126,7 +126,7 @@ void Draw_GrapplingHook()
                default:
                case ENT_CLIENT_HOOK:
                        intensity = 1;
-                       offset = Noise_White(self, frametime);
+                       offset = 0;
                        if(t == COLOR_TEAM1)
                        {
                                tex = "particles/hook_red";