shader_type canvas_item; void fragment() { float a = sin(TIME * 30.); COLOR.rgb += vec3(a, a, a); }