trying to fix the plsql thing

This commit is contained in:
2026-08-05 15:34:47 -05:00
parent 08cae96a16
commit 3e28633e20
383 changed files with 12 additions and 1616 deletions
+5
View File
@@ -26,6 +26,11 @@ public partial class Titlebar : PanelContainer
}
public void recurse()
{
recurse();
}
public override void _GuiInput(InputEvent @event)
{
if (@event is InputEventMouseButton mb && mb.ButtonIndex == MouseButton.Left && !_isMaximized)