6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
shader_type canvas_item;
|
|
|
|
void fragment() {
|
|
COLOR = COLOR + vec4(.3,.3,.1,.0);
|
|
}
|