Construct Compound

This commit is contained in:
h z
2024-06-22 02:28:37 +08:00
parent 5a5bc2d556
commit d0d90501a5
5 changed files with 34 additions and 31 deletions

View File

@@ -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;
}