shader_type canvas_item; void fragment() { vec4 color = texture(SCREEN_TEXTURE, SCREEN_UV); vec2 uv = SCREEN_UV - 0.5; COLOR = color; }