feat: instantiate dragons with initial animation

This commit is contained in:
Gerard Gascón 2025-04-09 18:13:50 +02:00
parent 48b6cd42cf
commit c422a83f59
6 changed files with 62 additions and 9 deletions

View file

@ -23,7 +23,7 @@ func on_place_back() -> void:
func start_dragon_drag()-> void:
draggable.initial_drag()
draggable.queue_initial_drag()
func _process(delta: float) -> void:
if draggable.dragging: