Added basic window for programming with the DSL. Need to add functionality to it.

This commit is contained in:
=
2026-04-26 19:40:16 +02:00
parent 677725791a
commit b3645b80f0
6 changed files with 117 additions and 28 deletions
+1 -4
View File
@@ -10,10 +10,7 @@ public partial class UIHandler : Control
// Called every frame. 'delta' is the elapsed time since the previous frame.
public override void _Process(double delta)
{
if (Input.IsActionJustPressed("codingwindow"))
{
GetNode<Panel>("./CodingWindow").Visible = !GetNode<Panel>("./CodingWindow").Visible;
}
}
}