11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dlryddjharg35"]
|
|
|
|
[ext_resource type="Script" uid="uid://cqf6w5rp1hjcs" path="res://addons/interaction/interaction_ray.gd" id="1_jlrgf"]
|
|
|
|
[node name="InteractionRay" type="Node3D"]
|
|
script = ExtResource("1_jlrgf")
|
|
|
|
[node name="RayCast3D" type="RayCast3D" parent="."]
|
|
target_position = Vector3(0, 0, -1)
|
|
collide_with_areas = true
|