I created a single new Label node, changed text to "parent" and saved it as plabel.tscn.
Then I made a main scene, called Main.tscn. I then instanced plabel.tscn, and changed the newly instanced Label text to "test1".
The test run show "test1".
Then I made a New Inherited Scene using plabel.tscn, and saved it as label.tscn, without changing the Label node's name.
Then I drag label.tscn to be the sibling of the instanced plabel.tscn in the Main scene.
I changed both of their text to something else. The test play display them correctly.
Then I went to plabel.tscn, and changed the label text to "p1", then test played it, the Label text of both the instanced plabel.tscn and inherited label.tscn did not reflect this change.
Is this normal?
Thanks