From e08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 30 Dec 2024 15:15:01 +0100 Subject: next commit --- ui/window.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/window.gd') diff --git a/ui/window.gd b/ui/window.gd index cd6fade..25b0988 100644 --- a/ui/window.gd +++ b/ui/window.gd @@ -8,6 +8,7 @@ var drag_anchor := Vector2.ZERO func _process(_delta: float) -> void: if is_dragging: global_position += get_global_mouse_position() - drag_anchor + #%TitleBar.size # TODO: use title bar size as min/max. dont let the bar vanish drag_anchor = get_global_mouse_position() -- cgit v1.2.3