mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
6 lines
62 B
GLSL
Executable File
6 lines
62 B
GLSL
Executable File
varying vec4 v_col;
|
|
|
|
void main(){
|
|
gl_FragColor = v_col;
|
|
}
|