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_cheese.gd | 2 +- client/map/items/sliced_lettuce.gd | 2 +- client/map/items/sliced_tomato.gd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/map/items/sliced_cheese.gd b/client/map/items/sliced_cheese.gd index b803ace4..955233f1 100644 --- a/client/map/items/sliced_cheese.gd +++ b/client/map/items/sliced_cheese.gd @@ -21,4 +21,4 @@ func _init(owned_by_: Node3D): base.add_child(load("res://map/items/sliced_cheese.tscn").instantiate()) static func height() -> float: - return .025 + return .05 diff --git a/client/map/items/sliced_lettuce.gd b/client/map/items/sliced_lettuce.gd index f6410b90..fbc7553f 100644 --- a/client/map/items/sliced_lettuce.gd +++ b/client/map/items/sliced_lettuce.gd @@ -21,4 +21,4 @@ func _init(owned_by_: Node3D): base.add_child(load("res://map/items/sliced_lettuce.tscn").instantiate()) static func height() -> float: - return .025 + return .05 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.2.3-70-g09d2