aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/wall_t.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles/wall_t.tscn')
-rw-r--r--client/map/tiles/wall_t.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/wall_t.tscn b/client/map/tiles/wall_t.tscn
new file mode 100644
index 00000000..a6dae2c1
--- /dev/null
+++ b/client/map/tiles/wall_t.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://canjwc3qoprsp"]
+
+[ext_resource type="ArrayMesh" uid="uid://bysasgavbv1mj" path="res://map/tiles/wall_t.res" id="1_sb5lc"]
+
+[node name="Wall" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
+mesh = ExtResource("1_sb5lc")
+skeleton = NodePath("")