Initial pass of lighting and particle systems for all area 1 rooms complete.

This commit is contained in:
Pal
2025-10-04 03:52:04 -07:00
parent f2e22032df
commit ad29e57fc9
296 changed files with 9716 additions and 1596 deletions

View File

@@ -8,14 +8,6 @@
[ext_resource type="Texture2D" uid="uid://4i60kj87hstd" path="res://src/map/dungeon/corridors/Corridor A/CORRIDOR_AREA_1_concrete_0003_color_1k.png" id="6_31iq2"]
[ext_resource type="Texture2D" uid="uid://br4b2otlc2kr6" path="res://src/minimap/textures/Room Maps/corridor corner.png" id="7_ww810"]
[sub_resource type="PlaneMesh" id="PlaneMesh_lawpv"]
size = Vector2(4, 4)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cknvp"]
transparency = 1
albedo_texture = ExtResource("7_ww810")
texture_filter = 0
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_i7oyw"]
resource_name = "WALL.007"
cull_mode = 2
@@ -388,37 +380,46 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_4x2eb")
[sub_resource type="PlaneMesh" id="PlaneMesh_lawpv"]
size = Vector2(4, 4)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_cknvp"]
transparency = 1
albedo_texture = ExtResource("7_ww810")
texture_filter = 0
[node name="Node3D" type="Node3D"]
[node name="mi_corner" type="MeshInstance3D" parent="."]
layers = 2
mesh = SubResource("PlaneMesh_lawpv")
surface_material_override/0 = SubResource("StandardMaterial3D_cknvp")
[node name="CORRIDOR_AREA_1" type="Node3D" parent="mi_corner"]
[node name="CORRIDOR_AREA_1" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0275598, 0, -0.0826775)
[node name="FLOOR_CEILING" type="MeshInstance3D" parent="mi_corner/CORRIDOR_AREA_1"]
[node name="FLOOR_CEILING" type="MeshInstance3D" parent="CORRIDOR_AREA_1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0257263, 2.21238, 0.0697307)
mesh = SubResource("ArrayMesh_4yrlw")
skeleton = NodePath("")
[node name="CA_WALL_2" type="MeshInstance3D" parent="mi_corner/CORRIDOR_AREA_1"]
[node name="CA_WALL_2" type="MeshInstance3D" parent="CORRIDOR_AREA_1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0363922, 2.00038, -1.92017)
mesh = SubResource("ArrayMesh_4j2v7")
skeleton = NodePath("")
[node name="CA_WALL_4" type="MeshInstance3D" parent="mi_corner/CORRIDOR_AREA_1"]
[node name="CA_WALL_4" type="MeshInstance3D" parent="CORRIDOR_AREA_1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.96382, 2.00038, 0.0798717)
mesh = SubResource("ArrayMesh_gvl5s")
skeleton = NodePath("")
[node name="CA_COLUMN_001" type="MeshInstance3D" parent="mi_corner/CORRIDOR_AREA_1"]
[node name="CA_COLUMN_001" type="MeshInstance3D" parent="CORRIDOR_AREA_1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.68276, 2.03364, 0.0798714)
mesh = SubResource("ArrayMesh_xk1b4")
skeleton = NodePath("")
[node name="CA_COLUMN_002" type="MeshInstance3D" parent="mi_corner/CORRIDOR_AREA_1"]
[node name="CA_COLUMN_002" type="MeshInstance3D" parent="CORRIDOR_AREA_1"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.75555, 2.03364, 0.0798713)
mesh = SubResource("ArrayMesh_dtqp6")
skeleton = NodePath("")
[node name="mi_corner" type="MeshInstance3D" parent="."]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, -0.00613797, 0)
layers = 2
mesh = SubResource("PlaneMesh_lawpv")
surface_material_override/0 = SubResource("StandardMaterial3D_cknvp")