From ad994c53d00538ceb7627cb3db98da920b309feb Mon Sep 17 00:00:00 2001 From: nokoe Date: Sat, 29 Jun 2024 13:54:18 +0200 Subject: set plate base height --- client/map/items/plate.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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.) -- cgit v1.2.3-70-g09d2