Combat Hammer plunging attack (release alt fire while falling).

This commit is contained in:
Mari the Deer 2024-03-17 20:58:31 +01:00
commit e50d186a09
5 changed files with 73 additions and 10 deletions

View file

@ -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);