5 lines
91 B
GDScript
5 lines
91 B
GDScript
extends RayCast3D
|
|
#
|
|
#func _physics_process(delta: float) -> void:
|
|
#if is_colliding():
|
|
#
|