mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 10:41:16 +00:00
Terminal dialogue and entities fix
This commit is contained in:
parent
fe33f8d225
commit
dd979fe50a
16 changed files with 1078 additions and 912 deletions
|
|
@ -1,15 +1,26 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://hak5o0k5yhn1"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://hak5o0k5yhn1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bc0du3r4krgg1" path="res://3D/BlockbenchModels/Terminal/Terminal.gltf" id="1_7jsh0"]
|
||||
[ext_resource type="Script" uid="uid://duy020jwtwver" path="res://Scripts/Activables/Terminal3D.cs" id="1_sn7tt"]
|
||||
|
||||
[sub_resource type="SphereShape3D" id="SphereShape3D_2cx3w"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.405762, 0.402695, 0.405273)
|
||||
|
||||
[node name="BoxRed" type="StaticBody3D"]
|
||||
[node name="Terminal" type="Area3D" groups=["Interactable"]]
|
||||
collision_layer = 32
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_sn7tt")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
shape = SubResource("SphereShape3D_2cx3w")
|
||||
|
||||
[node name="Model" type="StaticBody3D" parent="." groups=["Solid"]]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Model"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00488285, -0.00800342, -0.00830072)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_7jsh0")]
|
||||
[node name="blockbench_export" parent="Model" instance=ExtResource("1_7jsh0")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue