Godot Version
Godot 4.3
Question
I want to be able to modify an image by a specific pixel and then update the Sprite2D that it is connected to.
I tried to create an Image and use Image.set_pixel(), but this only changed the png after I closed the window.
How do I do this in Godot 4.3?