Hello, I want to save the sprite node to an image file and i've tried this code: $Sprite.get_texture().get_data().save_png()
but it only save the texture not sprite completely like modulate, scale, rotation etc.
so, how to save sprite node into image files? or, how to convert sprite node to texture and save the texture into image?
*i don't want a screenshoot