Fix all doors

This commit is contained in:
2025-05-17 14:37:58 -07:00
parent 97c082f87a
commit 338e303fbb
35 changed files with 1166 additions and 794 deletions

View File

@@ -18,7 +18,6 @@
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_5ou2x"]
resource_name = "Material.005"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("3_jpe4o")
texture_filter = 2
@@ -59,42 +58,36 @@ shadow_mesh = SubResource("ArrayMesh_q0gko")
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kxyir"]
resource_name = "Material"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("4_euk7n")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tx1hr"]
resource_name = "Material.002"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("5_wmaqp")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6k3yj"]
resource_name = "Material.003"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("6_4ad6e")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_pmy6i"]
resource_name = "Material.004"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("7_7yuos")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6r75s"]
resource_name = "Material.006"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("8_h5vd2")
texture_filter = 2
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_m0dgx"]
resource_name = "Material.007"
cull_mode = 0
shading_mode = 0
albedo_texture = ExtResource("9_3yy2v")
texture_filter = 2
@@ -474,7 +467,7 @@ size = Vector3(20.0113, 8, 20)
[node name="CSGBox2" type="CSGBox3D" parent="Doors"]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.0430002, 0.0355635, -8.14999)
use_collision = true
size = Vector3(4, 4, 0.5)
size = Vector3(4.05, 4.05, 0.01)
material = SubResource("StandardMaterial3D_dhety")
[node name="DOOR?1" type="CSGBox3D" parent="Doors/CSGBox2"]
@@ -486,14 +479,14 @@ size = Vector3(5.55383, 4, 2)
[node name="CSGBox" type="CSGBox3D" parent="Doors"]
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 0.02087, 0.0119586, 8.20801)
use_collision = true
size = Vector3(4, 4, 0.5)
size = Vector3(4.05, 4.05, 0.01)
material = SubResource("StandardMaterial3D_dhety")
[node name="DOOR?1" type="CSGBox3D" parent="Doors/CSGBox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0487772, 0.0442526, 0.0686455)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.11675, 0.124575, 0.0686455)
material_override = SubResource("StandardMaterial3D_hwsho")
operation = 2
size = Vector3(4, 4, 2)
size = Vector3(4.33105, 4.77002, 2)
[node name="RemoveUnusedDoors" type="Node" parent="Doors"]
script = ExtResource("16_fn8xd")