main menu
This commit is contained in:
parent
29254dbda0
commit
089ebc4797
35 changed files with 389 additions and 117 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue