feat: pulling dragons from server working
This commit is contained in:
parent
50bc814367
commit
b080ab7bf4
11 changed files with 46 additions and 193 deletions
|
@ -63,6 +63,8 @@ func _process(delta: float) -> void:
|
|||
State.FLYING:
|
||||
_move_to_target(delta)
|
||||
|
||||
properties.position = position
|
||||
|
||||
|
||||
func dress():
|
||||
dragon.dress(properties)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue