godot_rl_FlyBy / Goal.gd
jtatman's picture
Upload folder using huggingface_hub
48fcbaa verified
raw
history blame contribute delete
81 Bytes
extends CSGTorus3D
func _on_Area_body_entered(body):
body.goal_reached(self)