From 417cad52aa0b8e8f6ae4217a8de12ef3fcf16358 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 16 Sep 2024 18:18:41 +0200 Subject: Fix tomato height --- client/map/items/sliced_tomato.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client') diff --git a/client/map/items/sliced_tomato.gd b/client/map/items/sliced_tomato.gd index 5b076335..1c491255 100644 --- a/client/map/items/sliced_tomato.gd +++ b/client/map/items/sliced_tomato.gd @@ -19,3 +19,6 @@ extends Item func _init(owned_by_: Node3D): super(owned_by_) base.add_child(load("res://map/items/sliced_tomato.tscn").instantiate()) + +static func height() -> float: + return .025 -- cgit v1.2.3-70-g09d2