extends CanvasLayer
@export var monitor_locomotion_component_owner: Node2D
func _ready() -> void:
if not monitor_locomotion_component_owner:
return