0 votes

Hi Gedis I need your help.

Is it possible to save as PNG a Sprite Node with other Sprites as chldren?

I dont want to save the whole screen as it can be done with:
var image = getviewport().gettexture().get_data()

Thank you in advance!
May the Force be with you

Godot version 3.3
in Engine by (12 points)

I don't quite understand you. Please explain how you want to use that sprite with children saved as a png.

1 Answer

0 votes

Your best chance is probably to copy all the nodes into a new viewport and render this viewport via getviewport().gettexture().get_data() as you described above.

by (330 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.