From 8442047d929d896b5c3992d766adf386d71358a3 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sat, 22 Jun 2024 01:47:28 +0200 Subject: add more tiles --- client/scripts/tiles/window.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/scripts/tiles/window.gd') diff --git a/client/scripts/tiles/window.gd b/client/scripts/tiles/window.gd index 907377d6..7df5e9db 100644 --- a/client/scripts/tiles/window.gd +++ b/client/scripts/tiles/window.gd @@ -1,6 +1,9 @@ class_name WallWindow extends WallTile +static func interact_target() -> Vector3: + return Vector3(0, 0.625, 0) + func _init(rename: String, neighbors: Array): super(rename, neighbors) match kind: -- cgit v1.2.3-70-g09d2