mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
shader_type canvas_item;
|
|
|
|
void fragment() {
|
|
COLOR=vec4(vec2(textureSize(TEXTURE,0)),0,1);
|
|
}
|