cirnogodot/3D/Scenes/Props/Interactables/Dialogue_Interactable_3D.tscn
2025-10-09 10:35:05 +02:00

13 lines
485 B
Text

[gd_scene load_steps=3 format=3 uid="uid://bt8fwb313qf8n"]
[ext_resource type="Script" uid="uid://duy020jwtwver" path="res://Scripts/Activables/DialogueActor3D.cs" id="1_v2q44"]
[sub_resource type="SphereShape3D" id="SphereShape3D_2cx3w"]
[node name="Dialogue" type="Area3D" groups=["Interactable"]]
collision_layer = 32
collision_mask = 0
script = ExtResource("1_v2q44")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_2cx3w")