Godot Version
4.4.1
Question
I need to draw a bunch of dummy sprites without any logic and creating a new node2d with a sprite2d seems a bit wasteful. Is there a way to just draw (and redraw) the sprite at a given position without the overhead of a full node? Thanks!!