From b430895ea49ebeb0359a2d36164832303aaf757d Mon Sep 17 00:00:00 2001 From: nokoe Date: Fri, 21 Jun 2024 00:47:57 +0200 Subject: add door --- client/scripts/map/full_tile.gd | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 client/scripts/map/full_tile.gd (limited to 'client/scripts/map/full_tile.gd') diff --git a/client/scripts/map/full_tile.gd b/client/scripts/map/full_tile.gd deleted file mode 100644 index a986b053..00000000 --- a/client/scripts/map/full_tile.gd +++ /dev/null @@ -1,15 +0,0 @@ -class_name FullTile -extends Floor - -var static_body = StaticBody3D.new() - -func setup(rename: String, neighbors: Array): - super.setup(rename, neighbors) - var shape = CollisionShape3D.new() - var box = BoxShape3D.new() - shape.position.y += .5 - shape.shape = box - shape.name = "Box" - static_body.add_child(shape) - static_body.name = "Body" - base.add_child(static_body) -- cgit v1.2.3-70-g09d2