Add cooked_burger and change recipe chain

This commit is contained in:
JonShard
2026-07-15 10:13:27 +02:00
parent 57ddfb0355
commit 485ca899ab
4 changed files with 105 additions and 17 deletions
+14
View File
@@ -6,6 +6,9 @@
[ext_resource type="Script" uid="uid://dvobm6vcfnqe8" path="res://addons/godot-xr-tools/hands/poses/hand_pose_settings.gd" id="4_wb51u"]
[ext_resource type="PackedScene" uid="uid://c25yxb0vt53vc" path="res://addons/godot-xr-tools/objects/grab_points/grab_point_hand_left.tscn" id="5_wqyr2"]
[ext_resource type="Animation" uid="uid://bediglpx0rj7i" path="res://addons/godot-xr-tools/hands/animations/left/Grip 5.res" id="6_ftab3"]
[ext_resource type="Script" uid="uid://dounic663dn5q" path="res://combinable_item.gd" id="7_wb51u"]
[ext_resource type="Script" uid="uid://coidnv8b2yvxr" path="res://combine_recipe.gd" id="8_wqyr2"]
[ext_resource type="PackedScene" uid="uid://e4i6o5oriecx" path="res://PickupCube.tscn" id="9_ftab3"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vlqg6"]
height = 0.11
@@ -24,6 +27,12 @@ metadata/_custom_type_script = "uid://dvobm6vcfnqe8"
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hoqox"]
albedo_color = Color(0.6784191, 0.54546416, 0.016760282, 1)
[sub_resource type="Resource" id="Resource_vlqg6"]
script = ExtResource("8_wqyr2")
ingredient_id = &"cooked_burger"
result = ExtResource("9_ftab3")
metadata/_custom_type_script = "uid://coidnv8b2yvxr"
[node name="BurgerBuns" unique_id=1088240294 instance=ExtResource("1_g1t48")]
[node name="CollisionShape3D" parent="." index="0"]
@@ -64,3 +73,8 @@ height = 0.04
sides = 16
cone = true
material = SubResource("StandardMaterial3D_hoqox")
[node name="CombinableItem" type="Node" parent="." index="4" unique_id=1863011945]
script = ExtResource("7_wb51u")
id = &"burger_buns"
recipes = Array[ExtResource("8_wqyr2")]([SubResource("Resource_vlqg6")])