[RELEASE] u22-v03
This version is submitted to U22 breau.
This commit is contained in:
9
core/loshader/menu_stance.fshader
Normal file
9
core/loshader/menu_stance.fshader
Normal file
@@ -0,0 +1,9 @@
|
||||
in float v_id;
|
||||
in vec2 v_uv;
|
||||
in float v_alpha;
|
||||
|
||||
out vec4 o_color;
|
||||
|
||||
void main(void) {
|
||||
o_color = vec4(1., 1., 1., v_alpha*.8);
|
||||
}
|
Reference in New Issue
Block a user