diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-24 20:11:51 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-06-24 20:11:51 +0200 |
commit | 3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a (patch) | |
tree | 9fea5a37f45c0c34411a7969d7c0039069edb3ee /client/map/items/food_processor.tscn | |
parent | 9905a63865545ef118bd6e2d0ce1b290f307bf81 (diff) | |
download | hurrycurry-3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a.tar hurrycurry-3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a.tar.bz2 hurrycurry-3e483fbbc2c7aa5cce7f31adc31d2cba15f9c08a.tar.zst |
food processor
Diffstat (limited to 'client/map/items/food_processor.tscn')
-rw-r--r-- | client/map/items/food_processor.tscn | 10 |
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("") |