I’m trying to change the texture of a box node at runtime using gui.set_texture, but it only seems to work if i define a new texture with gui.new_texture
I’m loading images from a gui atlas, and I get the dropdown of all the various images in the box node.
how can I dynamically change which texture image is being shown?