feat: pulling dragons from server working

This commit is contained in:
Gerard Gascón 2025-04-12 00:21:07 +02:00
parent 50bc814367
commit b080ab7bf4
11 changed files with 46 additions and 193 deletions

View file

@ -63,6 +63,8 @@ func _process(delta: float) -> void:
State.FLYING:
_move_to_target(delta)
properties.position = position
func dress():
dragon.dress(properties)