aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/house/side.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles/house/side.tscn')
-rw-r--r--client/map/tiles/house/side.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/map/tiles/house/side.tscn b/client/map/tiles/house/side.tscn
new file mode 100644
index 00000000..b6d22484
--- /dev/null
+++ b/client/map/tiles/house/side.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=4 format=3 uid="uid://booer6datgac"]
+
+[ext_resource type="ArrayMesh" uid="uid://bd72yr7fhdbb6" path="res://map/tiles/house/side.res" id="1_h8y51"]
+[ext_resource type="Material" uid="uid://bnip4xf36u1vv" path="res://map/tiles/house/rooftop.tres" id="2_caago"]
+[ext_resource type="Material" uid="uid://p1okexdmch4x" path="res://map/tiles/house/wall_color.tres" id="3_rlg5c"]
+
+[node name="HouseSide" type="Node3D"]
+
+[node name="Mesh" type="MeshInstance3D" parent="."]
+transform = Transform3D(5.96244e-09, 0, -0.5, 0, 0.5, 0, 0.5, 0, 5.96244e-09, 0, 0, 0)
+mesh = ExtResource("1_h8y51")
+skeleton = NodePath("")
+surface_material_override/0 = ExtResource("2_caago")
+surface_material_override/1 = ExtResource("3_rlg5c")