aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/food_processor_content.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/food_processor_content.tscn')
-rw-r--r--client/map/items/food_processor_content.tscn7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/map/items/food_processor_content.tscn b/client/map/items/food_processor_content.tscn
index 1ae6dba4..a1cac96e 100644
--- a/client/map/items/food_processor_content.tscn
+++ b/client/map/items/food_processor_content.tscn
@@ -1,8 +1,13 @@
-[gd_scene load_steps=2 format=3 uid="uid://di5nq2vgvostp"]
+[gd_scene load_steps=3 format=3 uid="uid://di5nq2vgvostp"]
[ext_resource type="ArrayMesh" uid="uid://vkd0ty7khthl" path="res://map/items/food_processor_content.res" id="1_pyn0j"]
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_0xb6r"]
+resource_local_to_scene = true
+cull_mode = 1
+
[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("")
+surface_material_override/0 = SubResource("StandardMaterial3D_0xb6r")