2025-01-05 11:25:13 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://svvlohuicvhf"]
|
|
|
|
|
2025-01-17 10:45:40 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cufsrb646s8xm" path="res://asset/art/scene/c02/s06_院子回忆版/e_灯笼调色黄昏.png" id="1_8xsf5"]
|
2025-01-05 11:25:13 +00:00
|
|
|
[ext_resource type="Script" path="res://scene/entity/ambient/light.gd" id="2_uggpe"]
|
2025-01-17 10:45:40 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://b7gyapghy3tsy" path="res://asset/art/neutral_point_light.png" id="3_w1x1y"]
|
2025-01-05 11:25:13 +00:00
|
|
|
|
|
|
|
[node name="Light" type="Sprite2D"]
|
|
|
|
texture = ExtResource("1_8xsf5")
|
|
|
|
script = ExtResource("2_uggpe")
|
|
|
|
|
|
|
|
[node name="TexturePointLight2D" type="PointLight2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
energy = 0.7
|
|
|
|
texture = ExtResource("1_8xsf5")
|
|
|
|
height = 20.0
|
|
|
|
|
|
|
|
[node name="NaturalPointLight2D" type="PointLight2D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
scale = Vector2(1e-05, 1e-05)
|
|
|
|
shadow_color = Color(0, 0, 0, 1)
|
|
|
|
texture = ExtResource("3_w1x1y")
|
|
|
|
height = 40.0
|