52 lines
2.7 KiB
Plaintext
52 lines
2.7 KiB
Plaintext
[gd_scene format=3 uid="uid://e4i6o5oriecx"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c8l60rnugru40" path="res://addons/godot-xr-tools/objects/pickable.tscn" id="1_dbtw8"]
|
|
[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="2_pxnkq"]
|
|
[ext_resource type="Animation" uid="uid://db62hs5s4n2b3" path="res://addons/godot-xr-tools/hands/animations/left/Grip 4.res" id="3_iqyul"]
|
|
[ext_resource type="Script" uid="uid://dvobm6vcfnqe8" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_hc3f7"]
|
|
[ext_resource type="PackedScene" uid="uid://ctw7nbntd5pcj" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_right.tscn" id="5_a0a5b"]
|
|
[ext_resource type="Animation" uid="uid://d1xnpyc08njjx" path="res://addons/godot-xr-tools/hands/animations/right/Grip 4.res" id="6_bdp75"]
|
|
[ext_resource type="Script" uid="uid://bs7cxydoxk1cx" path="res://cookable_item.gd" id="7_hc3f7"]
|
|
[ext_resource type="PackedScene" uid="uid://cucc3gaqu2nab" path="res://Charcoal.tscn" id="8_a0a5b"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_m1xbq"]
|
|
size = Vector3(0.1, 0.1, 0.1)
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_24d3s"]
|
|
albedo_color = Color(0.1764706, 1, 1, 1)
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_vlqg6"]
|
|
material = SubResource("StandardMaterial3D_24d3s")
|
|
size = Vector3(0.1, 0.1, 0.1)
|
|
|
|
[sub_resource type="Resource" id="Resource_lc22d"]
|
|
script = ExtResource("4_hc3f7")
|
|
closed_pose = ExtResource("3_iqyul")
|
|
metadata/_custom_type_script = "uid://dvobm6vcfnqe8"
|
|
|
|
[sub_resource type="Resource" id="Resource_qyiot"]
|
|
script = ExtResource("4_hc3f7")
|
|
closed_pose = ExtResource("6_bdp75")
|
|
metadata/_custom_type_script = "uid://dvobm6vcfnqe8"
|
|
|
|
[node name="PickableObject" unique_id=1675596942 instance=ExtResource("1_dbtw8")]
|
|
|
|
[node name="CollisionShape3D" parent="." index="0"]
|
|
shape = SubResource("BoxShape3D_m1xbq")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." index="1" unique_id=1223689787]
|
|
mesh = SubResource("BoxMesh_vlqg6")
|
|
|
|
[node name="GrabPointHandLeft" parent="." index="2" unique_id=1571481674 instance=ExtResource("2_pxnkq")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.067650706, 0.04601878, -0.08606844)
|
|
hand_pose = SubResource("Resource_lc22d")
|
|
|
|
[node name="GrabPointHandRight" parent="." index="3" unique_id=514404634 instance=ExtResource("5_a0a5b")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.06531982, 0.042291984, -0.08604182)
|
|
hand_pose = SubResource("Resource_qyiot")
|
|
|
|
[node name="CookableItem" type="Node" parent="." index="4" unique_id=1139889801]
|
|
script = ExtResource("7_hc3f7")
|
|
cooking_time = 2.0
|
|
turns_into = ExtResource("8_a0a5b")
|