mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
21 lines
901 B
Text
21 lines
901 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cnnm5cqi1xfoc"]
|
|
|
|
[ext_resource type="Script" uid="uid://ysbgwxewn4kr" path="res://3D/TrenchBroom/EntityScripts/Lights/light_special.gd" id="1_v4khc"]
|
|
[ext_resource type="Script" uid="uid://c8k0yi3krclkl" path="res://3D/TrenchBroom/EntityScripts/Lights/SpecialSubSpotLight.cs" id="2_kwm36"]
|
|
|
|
[node name="OmniLight3dSpecial" type="OmniLight3D"]
|
|
script = ExtResource("1_v4khc")
|
|
|
|
[node name="SpotLight3D" type="SpotLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0)
|
|
shadow_enabled = true
|
|
spot_angle = 75.0
|
|
spot_angle_attenuation = 0.1
|
|
script = ExtResource("2_kwm36")
|
|
|
|
[node name="SpotLight3D2" type="SpotLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0)
|
|
light_negative = true
|
|
spot_angle = 75.0
|
|
spot_angle_attenuation = 0.1
|
|
script = ExtResource("2_kwm36")
|