shader_type spatial; render_mode unshaded,wireframe; void fragment() { ALBEDO = COLOR.rgb; ALPHA = COLOR.a; }