diff --git a/interfaces/hud/hud.tscn b/interfaces/hud/hud.tscn index d9729c2..55bda85 100644 --- a/interfaces/hud/hud.tscn +++ b/interfaces/hud/hud.tscn @@ -57,7 +57,7 @@ float circle(vec2 pos, float radius, float feather) { void fragment() { // draw reticle float alpha = circle(UV, .5, .04); - COLOR = vec4(color.rgb, alpha); + COLOR = vec4(texture(TEXTURE, UV).rgb, alpha); }" [sub_resource type="ShaderMaterial" id="ShaderMaterial_7blp5"]