Creating an inherited scene using PackedScene and ResourceSaver

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

Hello,

Has someone any idea how to create an inherited scene in GDScript?
I am close but I am missing this line in the resulting .tscn:

[ext_resource path="<path to parent scene>" type="PackedScene" id=1]

I cannot figure out how to add this information to my inherited even after going through C++ code.

Thanks