summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-29 13:53:44 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-29 13:53:44 +0200
commitcfb256390ef7367d272d8e17e38719d5104a62fc (patch)
treeedfff5af1f360da851adf92302b2a208c5a9c9ba
parent46554cd699335bc40374bc1beab86507f519b426 (diff)
parentad994c53d00538ceb7627cb3db98da920b309feb (diff)
downloadhurrycurry-cfb256390ef7367d272d8e17e38719d5104a62fc.tar
hurrycurry-cfb256390ef7367d272d8e17e38719d5104a62fc.tar.bz2
hurrycurry-cfb256390ef7367d272d8e17e38719d5104a62fc.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/undercooked
-rw-r--r--client/map/items/plate.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/items/plate.gd b/client/map/items/plate.gd
index 4431a6c8..ac6a6c00 100644
--- a/client/map/items/plate.gd
+++ b/client/map/items/plate.gd
@@ -21,4 +21,4 @@ func _init(owned_by_: Node3D):
add_child(load("res://map/items/plate.tscn").instantiate())
static func base_position() -> Vector3:
- return Vector3(0., 0.015, 0.)
+ return Vector3(0., 0.05, 0.)