aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/plate_fill.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-09-16 15:39:30 +0200
committertpart <tpart120@proton.me>2024-09-16 15:39:34 +0200
commit503e0c59f8eb6186dd21171b7aaa0127a8580588 (patch)
tree0c373f99abab809310ac6c19e2151fb5bab300aa /client/map/items/plate_fill.tscn
parentcf235a807dbde2e6c69598a524d87f70085fd774 (diff)
downloadhurrycurry-503e0c59f8eb6186dd21171b7aaa0127a8580588.tar
hurrycurry-503e0c59f8eb6186dd21171b7aaa0127a8580588.tar.bz2
hurrycurry-503e0c59f8eb6186dd21171b7aaa0127a8580588.tar.zst
Fix plate fills offset
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 290e8994..1ba34231 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.04, 0)
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
mesh = ExtResource("1_dgygv")
skeleton = NodePath("")
surface_material_override/0 = SubResource("StandardMaterial3D_q0leg")