aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/food_processor.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-24 20:35:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-24 20:35:33 +0200
commitf59a19f24371e0f33a82ca8c290c0dd1d24e0607 (patch)
treee4de37fa2f3c2384c86d413158ea41c7a5f9dff7 /client/map/items/food_processor.tscn
parent7c15d7c2ae45c1694cb6b6def98ad5c79a414d08 (diff)
parent97a18ef35a4f4808f44d407836167c664a35a462 (diff)
downloadhurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar
hurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar.bz2
hurrycurry-f59a19f24371e0f33a82ca8c290c0dd1d24e0607.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/map/items/food_processor.tscn')
-rw-r--r--client/map/items/food_processor.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/items/food_processor.tscn b/client/map/items/food_processor.tscn
new file mode 100644
index 00000000..bb95d580
--- /dev/null
+++ b/client/map/items/food_processor.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://daxjpvycs85ec"]
+
+[ext_resource type="ArrayMesh" uid="uid://bpjl5dlst6yg" path="res://map/items/food_processor.res" id="1_65ilg"]
+
+[node name="FoodProcessor" type="Node3D"]
+
+[node name="FoodProcessor" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.15, 0, 0, 0, 0.15, 0, 0, 0, 0.15, 0, 0.3, 0)
+mesh = ExtResource("1_65ilg")
+skeleton = NodePath("")