small racing game im working on
1
2
3
4
5
extends Finish

func _ready() -> void:
    if not needs_collision:
        $Ring/Collision.queue_free()