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_content.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_content.tscn')
| -rw-r--r-- | client/map/items/food_processor_content.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/map/items/food_processor_content.tscn b/client/map/items/food_processor_content.tscn new file mode 100644 index 00000000..1ae6dba4 --- /dev/null +++ b/client/map/items/food_processor_content.tscn @@ -0,0 +1,8 @@ +[gd_scene load_steps=2 format=3 uid="uid://di5nq2vgvostp"] + +[ext_resource type="ArrayMesh" uid="uid://vkd0ty7khthl" path="res://map/items/food_processor_content.res" id="1_pyn0j"] + +[node name="FoodProcessorContent" type="MeshInstance3D"] +transform = Transform3D(0.15, 0, 0, 0, 0.15, 0, 0, 0, 0.15, 0, 0.3, 0) +mesh = ExtResource("1_pyn0j") +skeleton = NodePath("") |