fix warb spot on balcony stage and freeroam map thumb
This commit is contained in:
parent
d99edfcfe6
commit
6a39213d58
3 changed files with 46 additions and 0 deletions
|
|
@ -107,6 +107,17 @@ spot_range = 8.0
|
|||
spot_attenuation = -1.0
|
||||
spot_angle = 5.0
|
||||
|
||||
[node name="Warblettes" type="SpotLight3D" parent="Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.9876886, 0.15643452, 0, -0.15643452, 0.9876886, -5, 4, 5)
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 0.5
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_range = 8.0
|
||||
spot_attenuation = -1.0
|
||||
spot_angle = 5.0
|
||||
|
||||
[node name="Color Spots" type="Node3D" parent="."]
|
||||
script = ExtResource("9_s7uxr")
|
||||
|
||||
|
|
@ -176,6 +187,17 @@ spot_range = 8.0
|
|||
spot_attenuation = -1.0
|
||||
spot_angle = 7.5
|
||||
|
||||
[node name="Warblettes" type="SpotLight3D" parent="Color Spots" groups=["lights"]]
|
||||
transform = Transform3D(1, 0, 0, 0, 0.9876886, 0.15643452, 0, -0.15643452, 0.9876886, -5, 4, 5)
|
||||
visible = false
|
||||
light_color = Color(0.73333335, 0.42745098, 1, 1)
|
||||
light_energy = 0.5
|
||||
shadow_enabled = true
|
||||
shadow_bias = 0.1
|
||||
spot_range = 8.0
|
||||
spot_attenuation = -1.0
|
||||
spot_angle = 5.0
|
||||
|
||||
[node name="Valence" type="Node3D" parent="."]
|
||||
script = ExtResource("9_s7uxr")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue