mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Lore locker
This commit is contained in:
parent
74dcd6d90c
commit
52999bbc8b
8 changed files with 658 additions and 563 deletions
13
3D/Scenes/Props/Interactables/Dialogue_Interactable_3D.tscn
Normal file
13
3D/Scenes/Props/Interactables/Dialogue_Interactable_3D.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue