You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a CanvasItemMaterial to it, set Light Mode to Light Only
Add a PointLight to the scene
The PlaceholderBehavior will be visible even if it is outside the PointLight.
A simple way to fix this is to add the following line to the sprite outline shader (res://addons/pronto/shader/outline.gdshader): render_mode blend_mix,light_only;. However, this would necessitate multiple versions of the shader.
The text was updated successfully, but these errors were encountered:
To reproduce:
The PlaceholderBehavior will be visible even if it is outside the PointLight.
A simple way to fix this is to add the following line to the sprite outline shader (res://addons/pronto/shader/outline.gdshader):
render_mode blend_mix,light_only;
. However, this would necessitate multiple versions of the shader.The text was updated successfully, but these errors were encountered: