feat(ui): Update window management in panel_window.gd for enhanced panel rendering, resizing, and interaction behavior

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-28 15:46:39 -07:00
parent 41a81028ed
commit e85669dd2a

View file

@ -22,6 +22,7 @@ var _dragging: bool = false
func _init() -> void:
force_native = true
transient = true
func _ready() -> void: