Interaction rework

This commit is contained in:
Rendo 2025-12-19 13:23:41 +05:00
commit 72bea66082
11 changed files with 90 additions and 23 deletions

View file

@ -1,16 +1,18 @@
[gd_scene load_steps=5 format=3 uid="uid://bjxjcx2qu16q5"]
[gd_scene load_steps=6 format=3 uid="uid://bjxjcx2qu16q5"]
[ext_resource type="Script" uid="uid://bjnv2g1ni0525" path="res://src/drag/draggable_object.gd" id="1_0xufn"]
[ext_resource type="PackedScene" uid="uid://b6ydpkle2ol20" path="res://assets/models/FlaskNew.glb" id="2_h7awq"]
[ext_resource type="Script" uid="uid://bl0ojhc0thk1p" path="res://src/interactible/interactible.gd" id="4_dbm1u"]
[ext_resource type="Script" uid="uid://82ettbegollp" path="res://src/inventory.gd" id="7_h7awq"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_vcwhe"]
radius = 0.1
height = 0.9921875
[node name="Flask" type="Area3D"]
[node name="Flask" type="Area3D" node_paths=PackedStringArray("interactible")]
collision_layer = 5
script = ExtResource("1_0xufn")
interactible = NodePath("Interactible")
[node name="DragArea" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
@ -24,3 +26,7 @@ unique_name_in_owner = true
script = ExtResource("7_h7awq")
open_on_top = true
metadata/_custom_type_script = "uid://82ettbegollp"
[node name="Interactible" type="ConfirmationDialog" parent="."]
script = ExtResource("4_dbm1u")
interaction_target_groups = PackedStringArray("test")