Aaron Pagano

Results 3 comments of Aaron Pagano

The feather added to the duck's sprite is not saved/loaded because the sprite's owner is the duck instance, and the owner value isn't being updated in `_set_owner_recursive`. `_set_owner_recursive` only sets...

So it looks like the orphans are due to the PackedScene seeing that the Duck object came from Duck.tscn. When it loads back in, it uses that file, and loads...

I was just starting to look into making a similar change, and found this PR. Is this still active?