diff options
Diffstat (limited to 'client/map/items/sliced_lettuce.tscn')
-rw-r--r-- | client/map/items/sliced_lettuce.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/sliced_lettuce.tscn b/client/map/items/sliced_lettuce.tscn index 3fb675c6..f04b7a3a 100644 --- a/client/map/items/sliced_lettuce.tscn +++ b/client/map/items/sliced_lettuce.tscn @@ -5,6 +5,6 @@ [node name="SlicedLettuce" type="Node3D"] [node name="Mesh" type="MeshInstance3D" parent="."] -transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0.01, 0) mesh = ExtResource("1_y7x7n") skeleton = NodePath("") |