aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/path.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 17:47:55 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 17:47:55 +0200
commit78ac521baf0ff851b2c78e4c90ce71cafcb60071 (patch)
treeb1c4f22ca013c8150a0cb8dca5f573c70e1bd243 /client/map/tiles/path.tscn
parent5d3fd99128ea38e0030c4635ed43f52fd8ae621b (diff)
parentf2da104ee3fc6ac62b78556a179eea909f0a704b (diff)
downloadhurrycurry-78ac521baf0ff851b2c78e4c90ce71cafcb60071.tar
hurrycurry-78ac521baf0ff851b2c78e4c90ce71cafcb60071.tar.bz2
hurrycurry-78ac521baf0ff851b2c78e4c90ce71cafcb60071.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/map/tiles/path.tscn')
-rw-r--r--client/map/tiles/path.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/path.tscn b/client/map/tiles/path.tscn
new file mode 100644
index 00000000..1951680b
--- /dev/null
+++ b/client/map/tiles/path.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://beo16fa7lo12g"]
+
+[ext_resource type="ArrayMesh" uid="uid://1jelocokc0vu" path="res://map/tiles/path.res" id="1_6fqu5"]
+
+[node name="Path" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, -0.3, 0)
+mesh = ExtResource("1_6fqu5")
+skeleton = NodePath("")