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

8 lines
153 B
GDScript3
Raw Permalink Normal View History

2025-12-29 11:54:31 +08:00
extends CanvasLayer
@export var monitor_locomotion_component_owner: Node2D
func _ready() -> void:
if not monitor_locomotion_component_owner:
return