class_name Groove extends CharacterBody2D @export var max_length: float @export var player: Player func _physics_process(delta: float) -> void: pass