shader_type canvas_item; void fragment() { COLOR = COLOR + vec4(.3,.3,.1,.0); }