8 lines
153 B
GDScript3
8 lines
153 B
GDScript3
|
|
extends CanvasLayer
|
||
|
|
|
||
|
|
@export var monitor_locomotion_component_owner: Node2D
|
||
|
|
|
||
|
|
func _ready() -> void:
|
||
|
|
if not monitor_locomotion_component_owner:
|
||
|
|
return
|