diff options
author | nokoe <nokoe@mailbox.org> | 2025-09-30 15:19:38 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-09-30 15:20:37 +0200 |
commit | 5850d86b552bd555d031cdbbd7ca20251793f6da (patch) | |
tree | 87d7aeddc31a82f1d272171d11869bf524571798 /client/map/items/sliced_potato.tscn | |
parent | 37a176f2e76eb5d293fd63f6ba39a143cb0abf1c (diff) | |
download | hurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar hurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar.bz2 hurrycurry-5850d86b552bd555d031cdbbd7ca20251793f6da.tar.zst |
add french fries recipe models
Diffstat (limited to 'client/map/items/sliced_potato.tscn')
-rw-r--r-- | client/map/items/sliced_potato.tscn | 14 |
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") |