From 7612bae40de7f9494ebca230965989efada60778 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 16 Sep 2024 13:51:38 +0200 Subject: Fix item holding position --- client/map/items/food_processor.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/map/items/food_processor.gd') diff --git a/client/map/items/food_processor.gd b/client/map/items/food_processor.gd index c082a741..05b783c1 100644 --- a/client/map/items/food_processor.gd +++ b/client/map/items/food_processor.gd @@ -83,3 +83,6 @@ func finish(): static func base_position() -> Vector3: return Vector3(0., 0.4, 0.) + +static func height() -> float: + return .3 -- cgit v1.2.3-70-g09d2