This commit is contained in:
h z
2024-06-24 07:27:50 +08:00
parent d0d90501a5
commit 634c503c7c
8 changed files with 67 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ public partial class StringLoader : Window
{
Input = GetNode<TextEdit>("V1/Input");
GlobalScene.StringLoader = this;
Visible = true;
}
private void Load()