26 lines
1 KiB
Text
26 lines
1 KiB
Text
[gd_scene load_steps=5 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://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"]
|
|
collision_layer = 5
|
|
script = ExtResource("1_0xufn")
|
|
|
|
[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"
|