Construct Compound
This commit is contained in:
@@ -10,7 +10,7 @@ public partial class StringLoader : Window
|
||||
// Called when the node enters the scene tree for the first time.
|
||||
public override void _Ready()
|
||||
{
|
||||
Input = GetNode<TextEdit>("Input");
|
||||
Input = GetNode<TextEdit>("V1/Input");
|
||||
GlobalScene.StringLoader = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user