diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-23 21:51:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 21:51:47 +0200 |
commit | 485ca41108d22be82755151c1a3e596789eafbeb (patch) | |
tree | 51652105d7a9d0f885436cd1d50dc1f875facdee /client/map/tiles/counter_straight.tscn | |
parent | 03d408f1b69a7b25d4f1b81db274bf69010a490a (diff) | |
download | hurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar hurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar.bz2 hurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar.zst |
re-add tile models
Diffstat (limited to 'client/map/tiles/counter_straight.tscn')
-rw-r--r-- | client/map/tiles/counter_straight.tscn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/counter_straight.tscn b/client/map/tiles/counter_straight.tscn new file mode 100644 index 00000000..74517d2d --- /dev/null +++ b/client/map/tiles/counter_straight.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=2 format=3 uid="uid://cg084pjthp7tn"] + +[ext_resource type="ArrayMesh" uid="uid://btafby3tayv7r" path="res://map/tiles/counter_straight.res" id="1_5ksmf"] + +[node name="Counter" type="Node3D"] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) + +[node name="Mesh" type="MeshInstance3D" parent="."] +mesh = ExtResource("1_5ksmf") +skeleton = NodePath("") |