Godot Version
Godot 4.2.2
Question
I have a sprite with a script and the _draw() function where I draw a point, but this point is located behind the sprite and is not visible, is it possible to somehow control the drawing order using code so that the point is above the sprite?