32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
[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_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)
|
|
shape = SubResource("CapsuleShape3D_vcwhe")
|
|
|
|
[node name="FlaskNew" parent="." instance=ExtResource("2_h7awq")]
|
|
transform = Transform3D(0.1, 0, 0, 0, 0.1, 0, 0, 0, 0.1, 0, 0.1, 0)
|
|
|
|
[node name="Inventory" type="Node" parent="."]
|
|
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")
|