feat: instantiate dragon with drag and drop

This commit is contained in:
Gerard Gascón 2025-04-04 17:37:23 +02:00
parent 610d623653
commit eb081515c0
2 changed files with 6 additions and 1 deletions

View file

@ -20,7 +20,7 @@ func on_place_back() -> void:
func _ready() -> void:
_pick_random_screen_position()
draggable.initial_drag()
func _process(delta: float) -> void: