diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-07 16:14:14 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-07 16:15:48 +0200 |
commit | f2da104ee3fc6ac62b78556a179eea909f0a704b (patch) | |
tree | 53b1ddfc478a84870eb067d415eb6bcb60bee1de /client/map/tiles/path.tscn | |
parent | c07a13b1099c848394f410450b4b9b5bac57f26f (diff) | |
download | hurrycurry-f2da104ee3fc6ac62b78556a179eea909f0a704b.tar hurrycurry-f2da104ee3fc6ac62b78556a179eea909f0a704b.tar.bz2 hurrycurry-f2da104ee3fc6ac62b78556a179eea909f0a704b.tar.zst |
add path
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("") |