diff options
Diffstat (limited to 'client/map/tiles/path.tscn')
-rw-r--r-- | client/map/tiles/path.tscn | 10 |
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("") |