소스 검색

Follow walker during chocolate collection

DricomDragon 1 주 전
부모
커밋
d802bf9e53
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      godot/component/entity/collectibles/chocolate/chocolate.gd

+ 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)