From d7e46b853591733cc65ab3e6f474f0f533729d54 Mon Sep 17 00:00:00 2001 From: tpart Date: Mon, 16 Sep 2024 18:27:02 +0200 Subject: Tweak sliced height to make burger ingredients more visible --- client/map/items/sliced_tomato.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/map/items/sliced_tomato.gd') diff --git a/client/map/items/sliced_tomato.gd b/client/map/items/sliced_tomato.gd index 1c491255..a9114a44 100644 --- a/client/map/items/sliced_tomato.gd +++ b/client/map/items/sliced_tomato.gd @@ -21,4 +21,4 @@ func _init(owned_by_: Node3D): base.add_child(load("res://map/items/sliced_tomato.tscn").instantiate()) static func height() -> float: - return .025 + return .05 -- cgit v1.3.1