Make a photoshop program in Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By tncft4

Hi.
I don’t want make a photoshop program. But I am wondering, we painting a sprite in game and we use it as a game object. Is this possible?
Thanks…

:bust_in_silhouette: Reply From: Lopy

You can create an Image by providing pixel information as it’s “data”, and then make a displayable ImageTexture from it.

To save your created resources, you use ResourceSaver.

i will try. Thanks

tncft4 | 2021-01-16 21:18

:bust_in_silhouette: Reply From: exuin

It may also be worth it to check out the GDPaint demo.

I will look. Thanks

tncft4 | 2021-01-16 21:18