shader_type canvas_item; uniform sampler2D background : source_color; void fragment() { COLOR = texture(background, UV); }