summaryrefslogtreecommitdiff
path: root/client/map/tiles/book.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-08 18:54:22 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-08 18:54:22 +0200
commitb0d43c7e78e8cf706b257e3931c3fca126ef3814 (patch)
tree573517f5d185e56371af992fd78260c3db67cc21 /client/map/tiles/book.tscn
parent5e50f6e05b4503be23fd17819ed612db1c45cf04 (diff)
parentfbf9286b3b4c7791a49d8546204ea5bf28e1b4db (diff)
downloadhurrycurry-b0d43c7e78e8cf706b257e3931c3fca126ef3814.tar
hurrycurry-b0d43c7e78e8cf706b257e3931c3fca126ef3814.tar.bz2
hurrycurry-b0d43c7e78e8cf706b257e3931c3fca126ef3814.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/hurrycurry
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("")