Combat Hammer plunging attack (release alt fire while falling).
This commit is contained in:
parent
8804366137
commit
e50d186a09
5 changed files with 73 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ void main()
|
|||
res += w*texture(InputTexture,s);
|
||||
sum += w;
|
||||
w *= .95;
|
||||
s.x -= d;
|
||||
s -= d*WindDir;
|
||||
}
|
||||
res /= sum;
|
||||
FragColor = mix(texture(InputTexture,TexCoord),vec4(res.rgb,1.),Fade*.75);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue