add flashlight
This commit is contained in:
parent
933f70fb5b
commit
1bf96321d7
4 changed files with 17 additions and 0 deletions
|
@ -19,5 +19,13 @@ debug_color = Color(0.141176, 0.427451, 0.92549, 0.784314)
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.7, 0)
|
||||
fov = 80.0
|
||||
|
||||
[node name="Flashlight" type="SpotLight3D" parent="Camera"]
|
||||
visible = false
|
||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||
light_energy = 5.0
|
||||
spot_range = 1000.0
|
||||
spot_angle = 30.0
|
||||
spot_angle_attenuation = 0.25
|
||||
|
||||
[node name="InGameMenu" parent="." instance=ExtResource("2_0s4r2")]
|
||||
visible = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue