From ae6e52a1e012552fd6748dfe53a2e4ca25de5f45 Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 24 Jun 2024 00:22:43 +0200 Subject: items --- client/map/tiles/table.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/map/tiles') diff --git a/client/map/tiles/table.gd b/client/map/tiles/table.gd index e62e88fc..bf766f0b 100644 --- a/client/map/tiles/table.gd +++ b/client/map/tiles/table.gd @@ -19,3 +19,6 @@ extends FullTile func _init(rename: String, neighbors: Array): super(rename, neighbors) base.add_child(load("res://map/tiles/table.tscn").instantiate()) + +static func interact_target() -> Vector3: + return Vector3(0., .5, 0.) -- cgit v1.2.3-70-g09d2