godot-plateformer/addons/reedcomponent/locomotion/locomotion_component_debugg...

8 lines
153 B
GDScript

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