aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/house/corner.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/map/tiles/house/corner.tscn')
-rw-r--r--client/map/tiles/house/corner.tscn20
1 files changed, 20 insertions, 0 deletions
diff --git a/client/map/tiles/house/corner.tscn b/client/map/tiles/house/corner.tscn
new file mode 100644
index 00000000..dc2f5c15
--- /dev/null
+++ b/client/map/tiles/house/corner.tscn
@@ -0,0 +1,20 @@
+[gd_scene load_steps=7 format=3 uid="uid://dyl01w3dwdodh"]
+
+[ext_resource type="ArrayMesh" uid="uid://qa436i3ovnsa" path="res://map/tiles/house/corner.res" id="1_trrsu"]
+[ext_resource type="Material" uid="uid://djepfh3hn45mt" path="res://map/tiles/house/window_glass.tres" id="2_dpdnb"]
+[ext_resource type="Material" uid="uid://bnip4xf36u1vv" path="res://map/tiles/house/rooftop.tres" id="3_dpdnb"]
+[ext_resource type="Material" uid="uid://dtoltk5uaa2l6" path="res://map/tiles/house/roof.tres" id="3_edb5f"]
+[ext_resource type="Material" uid="uid://p1okexdmch4x" path="res://map/tiles/house/wall_color.tres" id="3_x4hec"]
+[ext_resource type="Material" uid="uid://c56pgcp4onece" path="res://map/tiles/house/frame.tres" id="4_p1skd"]
+
+[node name="HouseCorner" 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_trrsu")
+skeleton = NodePath("")
+surface_material_override/0 = ExtResource("2_dpdnb")
+surface_material_override/1 = ExtResource("3_edb5f")
+surface_material_override/2 = ExtResource("4_p1skd")
+surface_material_override/3 = ExtResource("3_dpdnb")
+surface_material_override/4 = ExtResource("3_x4hec")