aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/sliced_potato.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/items/sliced_potato.tscn')
-rw-r--r--client/map/items/sliced_potato.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/map/items/sliced_potato.tscn b/client/map/items/sliced_potato.tscn
new file mode 100644
index 00000000..ec48414d
--- /dev/null
+++ b/client/map/items/sliced_potato.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=3 format=3 uid="uid://b85iw6rv2snx8"]
+
+[ext_resource type="ArrayMesh" uid="uid://b4ayvyhakbe7t" path="res://map/items/french_fries.res" id="1_ikao7"]
+
+[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_qhqrd"]
+albedo_color = Color(0.88, 0.7546, 0.484, 1)
+
+[node name="SlicedPotato" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.75, 0, 0, 0, 0.75, 0, 0, 0, 0.75, 0, 0, -0.112)
+mesh = ExtResource("1_ikao7")
+skeleton = NodePath("")
+surface_material_override/0 = SubResource("StandardMaterial3D_qhqrd")