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