Initial pass of lighting and particle systems for all area 1 rooms complete.
This commit is contained in:
@@ -379,11 +379,9 @@ wait_time = 3.0
|
||||
autostart = true
|
||||
|
||||
[node name="Lights" type="Node3D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="Lights"]
|
||||
transform = Transform3D(0.999997, 0, 0.00260054, 0, 1, 0, -0.00260054, 0, 0.999997, 0.0645475, 1.59919, 0.55925)
|
||||
visible = false
|
||||
light_energy = 5.0
|
||||
light_indirect_energy = 2.0
|
||||
light_bake_mode = 1
|
||||
@@ -468,5 +466,5 @@ contact_monitor = true
|
||||
max_contacts_reported = 100
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision/WallCheck"]
|
||||
transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0.293308, 1.35803, -0.602638)
|
||||
transform = Transform3D(1.91069e-15, 4.37114e-08, 1, 1, -4.37114e-08, 0, 4.37114e-08, 1, -4.37114e-08, 0.293308, 1.03938, -0.250428)
|
||||
shape = SubResource("CapsuleShape3D_es4xk")
|
||||
|
||||
Reference in New Issue
Block a user