diff options
Diffstat (limited to 'client/map/tiles/house/roof.tscn')
-rw-r--r-- | client/map/tiles/house/roof.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/map/tiles/house/roof.tscn b/client/map/tiles/house/roof.tscn new file mode 100644 index 00000000..b9eb92c2 --- /dev/null +++ b/client/map/tiles/house/roof.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=3 format=3 uid="uid://ct7832jj3fewr"] + +[ext_resource type="ArrayMesh" uid="uid://xuscogcrjlv0" path="res://map/tiles/house/roof.res" id="1_ar68v"] +[ext_resource type="Material" uid="uid://bnip4xf36u1vv" path="res://map/tiles/house/rooftop.tres" id="2_cfl0y"] + +[node name="HouseRoof" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0) +mesh = ExtResource("1_ar68v") +skeleton = NodePath("") +surface_material_override/0 = ExtResource("2_cfl0y") |