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