feat: windows moving

This commit is contained in:
Gerard Gascón 2025-04-04 16:38:43 +02:00
parent f32dd932f6
commit a0a746008e
4 changed files with 44 additions and 1 deletions

View file

@ -1,4 +1,5 @@
extends Control
class_name Draggable
var dragging: bool = false
@ -41,4 +42,5 @@ func _is_inside_main_window() -> bool:
func _destroy_dragon() -> void:
dragon.on_place_back()
dragon.queue_free()