I can't seem to get a duplicated image resource to display. In the code below, when I change all the 'my_copy' to 'gasgiant1', the resource displays fine. What am I doing wrong? Thanks
var my_copy = gasgiant1.duplicate()
my_copy.visible = true
my_copy.set_position(Vector2(300,300))
my_copy.rect_scale = Vector2(.5,.5)