main menu

This commit is contained in:
Rendo 2025-07-01 17:31:12 +05:00
commit 089ebc4797
35 changed files with 389 additions and 117 deletions

View file

@ -13,5 +13,5 @@ void fragment() {
{
COLOR.rgb = vec3(255.0/255.0,127.0/255.0,80.0/255.0);
}
COLOR.a = COLOR.a*texture(noise,UV).a;
COLOR.a = step(0.4 + 0.05 * sin((TIME+1.0)/4.0),COLOR.a*texture(noise,UV).a);
}