Kaynağa Gözat

Follow walker during chocolate collection

DricomDragon 1 hafta önce
ebeveyn
işleme
d802bf9e53

+ 1 - 0
godot/component/entity/collectibles/chocolate/chocolate.gd

@@ -20,6 +20,7 @@ func _on_chocolate_tablet_body_entered(body: Node3D) -> void:
 
 func _give_chocolate_to(walker: Walker) -> void:
 	walker.give_chocolate()
+	reparent(walker)
 	chocolateAnimation.play(COLLECT_ANIM)
 	chocolateAnimation.animation_finished.connect(_finish)