diff --git a/src/SharpIDE.Godot/IdeRoot.cs b/src/SharpIDE.Godot/IdeRoot.cs new file mode 100644 index 0000000..119f527 --- /dev/null +++ b/src/SharpIDE.Godot/IdeRoot.cs @@ -0,0 +1,20 @@ +using Godot; + +namespace SharpIDE.Godot; + +public partial class IdeRoot : Control +{ + private Button _openSlnButton = null!; + private FileDialog _fileDialog = null!; + public override void _Ready() + { + _openSlnButton = GetNode