aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/counter_straight_backsplash.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-23 21:51:47 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 21:51:47 +0200
commit485ca41108d22be82755151c1a3e596789eafbeb (patch)
tree51652105d7a9d0f885436cd1d50dc1f875facdee /client/map/tiles/counter_straight_backsplash.tscn
parent03d408f1b69a7b25d4f1b81db274bf69010a490a (diff)
downloadhurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar
hurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar.bz2
hurrycurry-485ca41108d22be82755151c1a3e596789eafbeb.tar.zst
re-add tile models
Diffstat (limited to 'client/map/tiles/counter_straight_backsplash.tscn')
-rw-r--r--client/map/tiles/counter_straight_backsplash.tscn10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/map/tiles/counter_straight_backsplash.tscn b/client/map/tiles/counter_straight_backsplash.tscn
new file mode 100644
index 00000000..3490df9c
--- /dev/null
+++ b/client/map/tiles/counter_straight_backsplash.tscn
@@ -0,0 +1,10 @@
+[gd_scene load_steps=2 format=3 uid="uid://blcqlogspnah1"]
+
+[ext_resource type="ArrayMesh" uid="uid://cdlmrxt42emtr" path="res://map/tiles/counter_straight_backsplash.res" id="1_3t3hs"]
+
+[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_3t3hs")
+skeleton = NodePath("")