diff options
author | tpart <tpart120@proton.me> | 2025-09-16 23:16:43 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-16 23:17:18 +0200 |
commit | a60f0f249f3ce6a0c740f898a67dd97ec66da202 (patch) | |
tree | 43fb44f43badd06fa4d65f4299fb7cf4e52cc398 /client/map/items/sliced_lettuce.tscn | |
parent | 15fbaa99f1700f15277187ce56f815a55fe5b7cc (diff) | |
download | hurrycurry-a60f0f249f3ce6a0c740f898a67dd97ec66da202.tar hurrycurry-a60f0f249f3ce6a0c740f898a67dd97ec66da202.tar.bz2 hurrycurry-a60f0f249f3ce6a0c740f898a67dd97ec66da202.tar.zst |
Add custom tomato lettuce salad model to make it more visually recognizable
Diffstat (limited to 'client/map/items/sliced_lettuce.tscn')
-rw-r--r-- | client/map/items/sliced_lettuce.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/sliced_lettuce.tscn b/client/map/items/sliced_lettuce.tscn index f04b7a3a..f2840059 100644 --- a/client/map/items/sliced_lettuce.tscn +++ b/client/map/items/sliced_lettuce.tscn @@ -3,6 +3,7 @@ [ext_resource type="ArrayMesh" uid="uid://jkb0e8d584uo" path="res://map/items/sliced_lettuce.res" id="1_y7x7n"] [node name="SlicedLettuce" type="Node3D"] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.01, 0) [node name="Mesh" type="MeshInstance3D" parent="."] transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.01, 0) |