aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate_fill.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-08 14:25:39 +0200
committertpart <tpart120@proton.me>2024-09-08 14:25:39 +0200
commite659c39776829a134a2514cf76347f69b53a38e8 (patch)
treed6149aeb456e43bd9ff0b393069e42c50c13ce7b /client/map/items/plate_fill.tscn
parent8fdf05cb714e0e8ce852405bdeb98752127e3e94 (diff)
downloadhurrycurry-e659c39776829a134a2514cf76347f69b53a38e8.tar
hurrycurry-e659c39776829a134a2514cf76347f69b53a38e8.tar.bz2
hurrycurry-e659c39776829a134a2514cf76347f69b53a38e8.tar.zst
Implement item stacking system
Diffstat (limited to 'client/map/items/plate_fill.tscn')
-rw-r--r--client/map/items/plate_fill.tscn2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/plate_fill.tscn b/client/map/items/plate_fill.tscn
index 1ba34231..290e8994 100644
--- a/client/map/items/plate_fill.tscn
+++ b/client/map/items/plate_fill.tscn
@@ -6,7 +6,7 @@
resource_local_to_scene = true
[node name="PlateFill" type="MeshInstance3D"]
-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.04, 0)
mesh = ExtResource("1_dgygv")
skeleton = NodePath("")
surface_material_override/0 = SubResource("StandardMaterial3D_q0leg")