shader_type spatial; uniform vec3 albedo : source_color; varying float setAlpha; void fragment() { ALBEDO = albedo; ALPHA = setAlpha; }