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:
parent
41a81028ed
commit
e85669dd2a
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ var _dragging: bool = false
|
|||
|
||||
func _init() -> void:
|
||||
force_native = true
|
||||
transient = true
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue