Page 1 of 1

Rendering glow sprite to chart fails

Posted: Sun Nov 16, 2025 4:27 am
by Ashier
Hello!

When trying to render a sprite with

Code: Select all

draw_as_glow = true
via

Code: Select all

rendering.draw_sprite
with the

Code: Select all

render_mode = "chart"
argument, it doesn't render anything at all.

Is this intentional? If not, this probably needs to be fixed. If so, is there a specific reasoning, and can that reasoning be added to the API documentation?

Thanks!