mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
13 lines
485 B
Text
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")
|