shader_type canvas_item; void fragment() { //vec4 text = texture(TEXTURE,UV); vec3 argg = vec3(distance(vec2(0.5),UV)); COLOR = vec4(argg,1); }