small racing game im working on
1
2
3
4
5
6
7
8
9
extends PathFollow3D
class_name Finish

signal collected

@export var needs_collision := true

func enter() -> void:
    collected.emit()