aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/wall_straight.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles/wall_straight.tscn')
-rw-r--r--client/map/tiles/wall_straight.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/wall_straight.tscn b/client/map/tiles/wall_straight.tscn
new file mode 100644
index 00000000..cb0de6be
--- /dev/null
+++ b/client/map/tiles/wall_straight.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://tx8anusdso4j"]
+
+[ext_resource type="ArrayMesh" uid="uid://sxg6np20cvs2" path="res://map/tiles/wall_straight.res" id="1_stsuc"]
+
+[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_stsuc")
+skeleton = NodePath("")