diff options
author | tpart <tpart120@proton.me> | 2024-09-16 12:12:12 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-16 12:12:12 +0200 |
commit | 4090b870fdc7f6b97b363e08ad3073fddb391246 (patch) | |
tree | 5b2f57f7a2cf7abfbb17b3815167d84643155808 /client/map/items/food_processor_fill.tscn | |
parent | 44d3480c33c37676f97d7c49ec996c95495d6a59 (diff) | |
download | hurrycurry-4090b870fdc7f6b97b363e08ad3073fddb391246.tar hurrycurry-4090b870fdc7f6b97b363e08ad3073fddb391246.tar.bz2 hurrycurry-4090b870fdc7f6b97b363e08ad3073fddb391246.tar.zst |
Implement food processor contents in new item system
Diffstat (limited to 'client/map/items/food_processor_fill.tscn')
-rw-r--r-- | client/map/items/food_processor_fill.tscn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/map/items/food_processor_fill.tscn b/client/map/items/food_processor_fill.tscn new file mode 100644 index 00000000..fa85e40a --- /dev/null +++ b/client/map/items/food_processor_fill.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=3 format=3 uid="uid://di5nq2vgvostp"] + +[ext_resource type="ArrayMesh" uid="uid://vkd0ty7khthl" path="res://map/items/food_processor_fill.res" id="1_tcr3k"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0xb6r"] +resource_local_to_scene = true +cull_mode = 1 + +[node name="FoodProcessorFill" type="MeshInstance3D"] +transform = Transform3D(0.15, 0, 0, 0, 0.15, 0, 0, 0, 0.15, 0, 0.3, 0) +mesh = ExtResource("1_tcr3k") +skeleton = NodePath("") +surface_material_override/0 = SubResource("StandardMaterial3D_0xb6r") |